]> git.openfabrics.org - ~shefty/libibcm.git/commitdiff
r3357: Remove "-module" cut-and-paste breakage from Makefile.am. We
authorRoland Dreier <rolandd@cisco.com>
Sat, 10 Sep 2005 00:13:46 +0000 (00:13 +0000)
committerRoland Dreier <roland@topspin.com>
Sat, 10 Sep 2005 00:13:46 +0000 (00:13 +0000)
only want the option when building loadable modules, not actual
shared libraries that will be linked with executables.

Signed-off-by: Roland Dreier <rolandd@cisco.com>
Makefile.am

index 6f5be68ca482d39561c38ad80972970f8b10040c..9691c5493281cfb6f014e9842800625714d0a2fe 100644 (file)
@@ -16,7 +16,7 @@ else
 endif
 
 src_libibcm_la_SOURCES = src/cm.c
-src_libibcm_la_LDFLAGS = -avoid-version -module $(ucm_version_script)
+src_libibcm_la_LDFLAGS = -avoid-version $(ucm_version_script)
 
 bin_PROGRAMS = examples/ucmpost
 examples_ucmpost_SOURCES = examples/cmpost.c