summaryrefslogtreecommitdiff
path: root/source4/auth/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-10 04:33:29 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:49:02 +0100
commit038c75c0cb6307ee411cb3eabdf2305f2f3b653d (patch)
tree1f5a962c246a72985bb804cefaed26c9875d64cb /source4/auth/config.mk
parent70116cdcacb569316b23cd6fbe06c628415eea52 (diff)
downloadsamba-038c75c0cb6307ee411cb3eabdf2305f2f3b653d.tar.gz
samba-038c75c0cb6307ee411cb3eabdf2305f2f3b653d.tar.bz2
samba-038c75c0cb6307ee411cb3eabdf2305f2f3b653d.zip
r26357: Add separate subsystem for auth_sam_reply parsing.
(This used to be commit 2d61e7c96e249d7031b709e9f727626a78e435f1)
Diffstat (limited to 'source4/auth/config.mk')
-rw-r--r--source4/auth/config.mk9
1 files changed, 7 insertions, 2 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk
index 789055408d..046ce026d0 100644
--- a/source4/auth/config.mk
+++ b/source4/auth/config.mk
@@ -15,10 +15,14 @@ PRIVATE_DEPENDENCIES = auth_session
[SUBSYSTEM::auth_sam]
PRIVATE_PROTO_HEADER = auth_sam.h
-OBJ_FILES = sam.o auth_sam_reply.o ntlm_check.o
-PUBLIC_DEPENDENCIES = SAMDB UTIL_LDB
+OBJ_FILES = sam.o ntlm_check.o
+PUBLIC_DEPENDENCIES = SAMDB UTIL_LDB LIBSECURITY
PRIVATE_DEPENDENCIES = LDAP_ENCODE
+[SUBSYSTEM::auth_sam_reply]
+PRIVATE_PROTO_HEADER = auth_sam_reply.h
+OBJ_FILES = auth_sam_reply.o
+
#######################
# Start MODULE auth_sam
[MODULE::auth_sam_module]
@@ -81,6 +85,7 @@ OBJ_FILES = \
auth_util.o \
auth_simple.o
PUBLIC_DEPENDENCIES = LIBSECURITY SAMDB CREDENTIALS
+PRIVATE_DEPENDENCIES = LIBSAMBA-UTIL
# End SUBSYSTEM auth
#######################