summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2013-06-23 12:20:44 -0400
committerSimo Sorce <simo@redhat.com>2013-07-16 02:02:42 -0400
commit399c16829ceb8dad8f3f6e25e626212e4fca332e (patch)
tree13106f28d5c3cfbced23d47b2cf58a5d09bac4ee /Makefile.am
parent46f02be9a4c16b615df7ec8f5d9c08ec653e74c9 (diff)
downloadgss-ntlmssp-399c16829ceb8dad8f3f6e25e626212e4fca332e.tar.gz
gss-ntlmssp-399c16829ceb8dad8f3f6e25e626212e4fca332e.tar.xz
gss-ntlmssp-399c16829ceb8dad8f3f6e25e626212e4fca332e.zip
Initial NTLM message parsing library
Implements functions to encode/decode NTLMSSP packets
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 ca89f7d..cb75e1e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -69,9 +69,11 @@ EXTRA_DIST = build/config.rpath
GSS_NTLM_LIBS = $(GSSAPI_LIBS)
GN_MECHGLUE_OBJ = \
+ src/ntlm.c \
src/gss_ntlmssp.c
dist_noinst_HEADERS = \
+ src/ntlm.h \
src/gss_ntlmssp.h
####################