diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-01-24 21:25:02 -0600 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-01-24 21:25:02 -0600 |
commit | b2b0acbc5789823a33de9eabec10e2b8656f3632 (patch) | |
tree | b58da958f53ce32d560fa5290d30b0aa834cccd7 /module/Makefile.am | |
parent | 5a53e44a73d4fb62483e890fe348ea40d27ef573 (diff) |
Initial implementation with new config system.
Diffstat (limited to 'module/Makefile.am')
-rw-r--r-- | module/Makefile.am | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/module/Makefile.am b/module/Makefile.am index 3be73f4..c3fcad2 100644 --- a/module/Makefile.am +++ b/module/Makefile.am @@ -1,10 +1,14 @@ INCLUDES = \ - -DPKCS11_MODULE_PATH=\"$(PKCS11_MODULE_PATH)\" + -DPKCS11_CONFIG_FILE=\"$(sysconfdir)/pkcs11.conf\" \ + -DPKCS11_CONFIG_LIBS=\"$(sysconfdir)/pkcs11/libs\" MODULE_SRCS = \ - p11-kit.c \ - hash.c hash.h + conf.c conf.h \ + hash.c hash.h \ + p11-kit-lib.c \ + p11-kit-proxy.c \ + p11-kit-private.h p11-kit.h lib_LTLIBRARIES = p11-kit.la |