diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-07-27 15:42:31 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-07-27 15:42:31 +0200 |
commit | daec3faa85c4f463e3b13688f2bc2bbd1b2ae106 (patch) | |
tree | b128e25581ffb8e997b89b539640f5038f235ceb /p11-kit | |
parent | fb0952dbeb607542b7feab80b1bbd2b1258cd15f (diff) |
Add libtool style versioning variables to p11-kit
Diffstat (limited to 'p11-kit')
-rw-r--r-- | p11-kit/Makefile.am | 4 |
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) |