From 65509aa3a7c35d8bd5a947ca87c14d4de11deb21 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 18 Feb 2011 10:53:07 +0100 Subject: Add p11_kit_strerror() method and internationalization. --- module/Makefile.am | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'module/Makefile.am') diff --git a/module/Makefile.am b/module/Makefile.am index 23589d2..49f0a3d 100644 --- a/module/Makefile.am +++ b/module/Makefile.am @@ -1,10 +1,19 @@ + +incdir = $(includedir)/p11-kit + +inc_HEADERS = \ + p11-kit.h \ + pkcs11.h + MODULE_SRCS = \ conf.c conf.h \ hash.c hash.h \ p11-kit-lib.c \ p11-kit-proxy.c \ - p11-kit-private.h p11-kit.h + p11-kit-private.h \ + p11-kit-messages.c \ + $(inc_HEADERS) lib_LTLIBRARIES = \ libp11-kit.la @@ -13,7 +22,7 @@ noinst_LTLIBRARIES = \ libp11-kit-testable.la libp11_kit_la_LDFLAGS = \ - -no-undefined -export-symbols-regex 'C_GetFunctionList' + -no-undefined -export-symbols-regex '^C_GetFunctionList|^p11_kit_' libp11_kit_la_SOURCES = $(MODULE_SRCS) @@ -26,5 +35,4 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = p11-kit.pc EXTRA_DIST = \ - pkcs11.h \ p11-kit.pc.in \ No newline at end of file -- cgit v1.2.3