From daec3faa85c4f463e3b13688f2bc2bbd1b2ae106 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 27 Jul 2011 15:42:31 +0200 Subject: Add libtool style versioning variables to p11-kit --- p11-kit/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'p11-kit') 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) -- cgit v1.1