summaryrefslogtreecommitdiff
path: root/orc-test
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2010-09-03 12:29:15 -0700
committerDavid Schleef <ds@schleef.org>2010-09-03 12:29:15 -0700
commit3dbaeb70e17e78d7bf70632aac31bee9a558e2b4 (patch)
treeec011b32e8c6ca5107c308ab610fb4dc78858497 /orc-test
parent653e3340e5dd65448151057996ed9cba4fa4cfde (diff)
Add -version-info to libs
Diffstat (limited to 'orc-test')
-rw-r--r--orc-test/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/orc-test/Makefile.am b/orc-test/Makefile.am
index be27749..0493334 100644
--- a/orc-test/Makefile.am
+++ b/orc-test/Makefile.am
@@ -5,6 +5,7 @@ lib_LTLIBRARIES = liborc-test-@ORC_MAJORMINOR@.la
liborc_test_@ORC_MAJORMINOR@_la_LIBADD = $(ORC_LIBS)
liborc_test_@ORC_MAJORMINOR@_la_LDFLAGS = \
+ -version-info $(ORC_LIBVERSION) \
-no-undefined -export-symbols-regex 'orc_'
liborc_test_@ORC_MAJORMINOR@_la_CFLAGS = $(ORC_CFLAGS) \
-DORC_ENABLE_UNSTABLE_API