summaryrefslogtreecommitdiff
path: root/p11-kit/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stefw@collabora.co.uk>2011-04-05 17:19:09 +0200
committerStef Walter <stefw@collabora.co.uk>2011-04-05 17:19:09 +0200
commit6078d6d73bc2eb1dbf2283b37d9507297fefba9d (patch)
tree0619b243b630de03f9d6e6b00ed663d98bbd5b9b /p11-kit/Makefile.am
parentaada8e3d41c3be7cdc7e0994c7dff7c307fbbe7f (diff)
downloadp11-kit-6078d6d73bc2eb1dbf2283b37d9507297fefba9d.tar.gz
Add support for debug tracing.
Use P11_KIT_DEBUG=xxx environment variable to enable tracing. Must have been built without --disable-debug option. P11_KIT_DEBUG can (at this point) be one of these values: all help conf lib
Diffstat (limited to 'p11-kit/Makefile.am')
-rw-r--r--p11-kit/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/p11-kit/Makefile.am b/p11-kit/Makefile.am
index a5a9195..0b7e163 100644
--- a/p11-kit/Makefile.am
+++ b/p11-kit/Makefile.am
@@ -11,6 +11,7 @@ inc_HEADERS = \
MODULE_SRCS = \
conf.c conf.h \
+ debug.c debug.h \
hash.c hash.h \
util.c util.h \
p11-kit-lib.c \