From 13fa7ae93e7ebeb2f40feb4ff813444b2cb1706e Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 4 Oct 2007 18:01:30 +0000 Subject: [PATCH] It's not necessary to link against all 3 libs (in fact, we shouldn't do it -- let libtool pull them in via the .la file if it needs to) This commit was SVN r16332. --- ompi/mca/btl/openib/Makefile.am | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/ompi/mca/btl/openib/Makefile.am b/ompi/mca/btl/openib/Makefile.am index a57f60b427..3f1a6cc7d8 100644 --- a/ompi/mca/btl/openib/Makefile.am +++ b/ompi/mca/btl/openib/Makefile.am @@ -79,9 +79,7 @@ mca_btl_openib_la_SOURCES = $(component_sources) mca_btl_openib_la_LDFLAGS = -module -avoid-version $(btl_openib_LDFLAGS) mca_btl_openib_la_LIBADD = \ $(btl_openib_LIBS) \ - $(top_ompi_builddir)/ompi/libmpi.la \ - $(top_ompi_builddir)/orte/libopen-rte.la \ - $(top_ompi_builddir)/opal/libopen-pal.la + $(top_ompi_builddir)/ompi/libmpi.la noinst_LTLIBRARIES = $(lib) libmca_btl_openib_la_SOURCES = $(lib_sources)