diff options
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 |