diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-02-18 10:53:07 +0100 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-02-18 10:53:07 +0100 |
commit | 65509aa3a7c35d8bd5a947ca87c14d4de11deb21 (patch) | |
tree | 7595460333f5ea588f69a85035edf418bb2f8d3b /module/Makefile.am | |
parent | 5cc83571c3e0e212f4d84b05bb15088409d9c752 (diff) |
Add p11_kit_strerror() method and internationalization.
Diffstat (limited to 'module/Makefile.am')
-rw-r--r-- | module/Makefile.am | 14 |
1 files changed, 11 insertions, 3 deletions
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 |