summaryrefslogtreecommitdiff
path: root/p11-kit/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-07-27 15:42:31 +0200
committerStef Walter <stefw@collabora.co.uk>2011-07-27 15:42:31 +0200
commitdaec3faa85c4f463e3b13688f2bc2bbd1b2ae106 (patch)
treeb128e25581ffb8e997b89b539640f5038f235ceb /p11-kit/Makefile.am
parentfb0952dbeb607542b7feab80b1bbd2b1258cd15f (diff)
Add libtool style versioning variables to p11-kit
Diffstat (limited to 'p11-kit/Makefile.am')
-rw-r--r--p11-kit/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/p11-kit/Makefile.am b/p11-kit/Makefile.am
index c45efc1..90f0387 100644
--- a/p11-kit/Makefile.am
+++ b/p11-kit/Makefile.am
@@ -32,7 +32,9 @@ noinst_LTLIBRARIES = \
libp11-kit-testable.la
libp11_kit_la_LDFLAGS = \
- -no-undefined -export-symbols-regex '^C_GetFunctionList|^p11_kit_'
+ -no-undefined \
+ -version-info $(P11KIT_LT_RELEASE) \
+ -export-symbols-regex '^C_GetFunctionList|^p11_kit_'
libp11_kit_la_SOURCES = $(MODULE_SRCS)