From 399c16829ceb8dad8f3f6e25e626212e4fca332e Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 23 Jun 2013 12:20:44 -0400 Subject: Initial NTLM message parsing library Implements functions to encode/decode NTLMSSP packets --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') 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 #################### -- cgit