summaryrefslogtreecommitdiff
path: root/doc/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 /doc/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 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index fe65836..4672b20 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -42,7 +42,7 @@ CFILE_GLOB=$(top_srcdir)/p11-kit/p11-kit-*.c
# Header files to ignore when scanning.
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
-IGNORE_HFILES= p11-kit-private.h pkcs11.h hash.h conf.h util.h
+IGNORE_HFILES= p11-kit-private.h pkcs11.h conf.h debug.h hash.h util.h
# Images to copy into HTML directory.
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png