From 48c437208fe0fb19ecc402800201eb0cf7d880d9 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Fri, 27 Aug 2004 10:07:29 +0000 Subject: [PATCH] Also have this component link to the sm common library This commit was SVN r2320. --- src/mca/coll/sm/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/mca/coll/sm/Makefile.am b/src/mca/coll/sm/Makefile.am index a5c24c3401..fd9f3da46d 100644 --- a/src/mca/coll/sm/Makefile.am +++ b/src/mca/coll/sm/Makefile.am @@ -32,11 +32,15 @@ component_noinst = libmca_coll_sm.la component_install = endif +common = $(top_ompi_builddir)/src/mca/common/sm/libmca_common_sm.la + mcacomponentdir = $(libdir)/openmpi mcacomponent_LTLIBRARIES = $(component_install) mca_coll_sm_la_SOURCES = $(sources) mca_coll_sm_la_LDFLAGS = -module -avoid-version +mca_coll_sm_la_LIBADD = $(common) noinst_LTLIBRARIES = $(component_noinst) libmca_coll_sm_la_SOURCES =$(sources) libmca_coll_sm_la_LDFLAGS = -module -avoid-version +libmca_coll_sm_la_LIBADD = $(common)