summaryrefslogtreecommitdiff
path: root/source4/auth/ntlmssp/config.mk
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-03-16 18:08:15 +1100
committerAndrew Bartlett <abartlet@samba.org>2009-04-14 14:19:39 +1000
commit9feea7fa4c36e124a2d6f8711ee849b039a22f34 (patch)
tree2d3ecd1f4ccbbce6df45dd281a93e8869bcd936d /source4/auth/ntlmssp/config.mk
parent872cb0257c64f8c8682968565c3dfa608167a95d (diff)
downloadsamba-9feea7fa4c36e124a2d6f8711ee849b039a22f34.tar.gz
samba-9feea7fa4c36e124a2d6f8711ee849b039a22f34.tar.bz2
samba-9feea7fa4c36e124a2d6f8711ee849b039a22f34.zip
Move MSRPC-PARSE into the common libcli/auth
This is a depenceny of smbencrypt.c
Diffstat (limited to 'source4/auth/ntlmssp/config.mk')
-rw-r--r--source4/auth/ntlmssp/config.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/auth/ntlmssp/config.mk b/source4/auth/ntlmssp/config.mk
index c0446bcac1..1be5fa98e7 100644
--- a/source4/auth/ntlmssp/config.mk
+++ b/source4/auth/ntlmssp/config.mk
@@ -1,9 +1,3 @@
-[SUBSYSTEM::MSRPC_PARSE]
-
-MSRPC_PARSE_OBJ_FILES = $(addprefix $(authsrcdir)/ntlmssp/, ntlmssp_parse.o)
-
-$(eval $(call proto_header_template,$(authsrcdir)/ntlmssp/msrpc_parse.h,$(MSRPC_PARSE_OBJ_FILES:.o=.c)))
-
################################################
# Start MODULE gensec_ntlmssp
[MODULE::gensec_ntlmssp]