summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2014-08-09 16:17:48 -0400
committerSimo Sorce <simo@redhat.com>2014-08-10 14:29:38 -0400
commit3914c4b1bd9a94dc9998e7e1a7105a9835da84e0 (patch)
treedec059b4e29cb28bca3572abf4d82ab9d019ea87 /Makefile.am
parent3d32e76f1c1380f7aa304ad44b95fe132775f864 (diff)
downloadgss-ntlmssp-3914c4b1bd9a94dc9998e7e1a7105a9835da84e0.tar.gz
gss-ntlmssp-3914c4b1bd9a94dc9998e7e1a7105a9835da84e0.tar.xz
gss-ntlmssp-3914c4b1bd9a94dc9998e7e1a7105a9835da84e0.zip
Add debug helpers to be used to trace gss-ntlmssp
If the GSSNTLMSSP_DEBUG environment variable is set to a file that can be opened for writing, then trace information will be written to that file whenever DEBUG macros are called in the code.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 047f0d7..5df5d89 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -72,6 +72,7 @@ GN_MECHGLUE_OBJ = \
src/crypto.c \
src/ntlm_crypto.c \
src/ntlm.c \
+ src/debug.c \
src/gss_err.c \
src/gss_spi.c \
src/gss_names.c \
@@ -88,6 +89,7 @@ dist_noinst_HEADERS = \
src/crypto.h \
src/ntlm_common.h \
src/ntlm.h \
+ src/debug.h \
src/gss_ntlmssp.h \
src/gss_ntlmssp_winbind.h