summaryrefslogtreecommitdiffstats
path: root/python/Makefile.am
diff options
context:
space:
mode:
authorRomain Chantereay <rchantereau@entrouvert.com>2004-08-19 16:55:15 +0000
committerRomain Chantereay <rchantereau@entrouvert.com>2004-08-19 16:55:15 +0000
commit0d5a96551ed1de185c86d49d43ec32b68beeee66 (patch)
tree1991c0077363a5becc74374f44952c746f3a3863 /python/Makefile.am
parent2a04314597ae112b9ed2fc47594d9fb1fef493bf (diff)
downloadlasso-0d5a96551ed1de185c86d49d43ec32b68beeee66.tar.gz
lasso-0d5a96551ed1de185c86d49d43ec32b68beeee66.tar.xz
lasso-0d5a96551ed1de185c86d49d43ec32b68beeee66.zip
Some modifications.
Diffstat (limited to 'python/Makefile.am')
-rw-r--r--python/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index 197c0530..f847ea12 100644
--- a/python/Makefile.am
+++ b/python/Makefile.am
@@ -15,7 +15,8 @@ _lassomod_la_CFLAGS= $(LASSO_CFLAGS) \
_lassomod_la_LIBADD= $(top_srcdir)/lasso/liblasso.la \
$(LASSO_LIBS) \
$(NULL)
-_lassomod_la_LDFLAGS= -module -avoid-version \
+_lassomod_la_LDFLAGS= -no-undefined \
+ -module -avoid-version \
-version-info @LASSO_VERSION_INFO@ \
$(NULL)