summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2005-09-11 22:52:28 +0000
committerFrederic Peters <fpeters@entrouvert.com>2005-09-11 22:52:28 +0000
commite22e52d6d9fcdb61e3d719d52f62398abd2e5fb1 (patch)
treec8527fe36ad5cff41c4c41331779fa7e82595fe9
parent930965e7f450a4855889fdb6412ca814e0051ef9 (diff)
downloadlasso-e22e52d6d9fcdb61e3d719d52f62398abd2e5fb1.tar.gz
lasso-e22e52d6d9fcdb61e3d719d52f62398abd2e5fb1.tar.xz
lasso-e22e52d6d9fcdb61e3d719d52f62398abd2e5fb1.zip
erroneously disabled symbols.sym
-rw-r--r--lasso/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/lasso/Makefile.am b/lasso/Makefile.am
index 1d704a9c..6f16afe9 100644
--- a/lasso/Makefile.am
+++ b/lasso/Makefile.am
@@ -61,9 +61,8 @@ liblasso_la_LIBADD = \
# Just make damn sure the ABI stays the same between
# upgrades.
# Obviously if you don't, fixing the situation up again can be painful.
-liblasso_la_LDFLAGS = -no-undefined -version-info @LASSO_VERSION_INFO@
-
-#-export-symbols symbols.sym
+liblasso_la_LDFLAGS = -no-undefined -version-info @LASSO_VERSION_INFO@ \
+ -export-symbols symbols.sym
endif
.PHONY: types.c symbols.sym