summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-11-27 02:04:38 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:46:18 +0100
commit0ac6bffdf46003517127fbd9763f74e09e96c21a (patch)
tree40b0a1883a8864f4041fd6493e5acb6c5241cc53 /source4/auth
parent25143a26481e735c46c61aa3673eb4858a7819be (diff)
downloadsamba-0ac6bffdf46003517127fbd9763f74e09e96c21a.tar.gz
samba-0ac6bffdf46003517127fbd9763f74e09e96c21a.tar.bz2
samba-0ac6bffdf46003517127fbd9763f74e09e96c21a.zip
r26136: Attempt to fix dependencies for auth.
(This used to be commit abf2600a044cdbab6c5d7880d18217bff3d15c39)
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/config.mk1
-rw-r--r--source4/auth/gensec/config.mk6
-rw-r--r--source4/auth/ntlmssp/config.mk2
3 files changed, 4 insertions, 5 deletions
diff --git a/source4/auth/config.mk b/source4/auth/config.mk
index 2e9b2d86ce..58bc7ce9ba 100644
--- a/source4/auth/config.mk
+++ b/source4/auth/config.mk
@@ -80,7 +80,6 @@ OBJ_FILES = \
auth_util.o \
auth_simple.o
PUBLIC_DEPENDENCIES = LIBSECURITY SAMDB CREDENTIALS
-PRIVATE_DEPENDENCIES = auth_session auth_system_session
# End SUBSYSTEM auth
#######################
diff --git a/source4/auth/gensec/config.mk b/source4/auth/gensec/config.mk
index b358011135..17954bbe50 100644
--- a/source4/auth/gensec/config.mk
+++ b/source4/auth/gensec/config.mk
@@ -28,7 +28,7 @@ PRIVATE_DEPENDENCIES = CREDENTIALS_KRB5 KERBEROS auth auth_sam
SUBSYSTEM = gensec
INIT_FUNCTION = gensec_gssapi_init
OBJ_FILES = gensec_gssapi.o
-PRIVATE_DEPENDENCIES = HEIMDAL_GSSAPI CREDENTIALS_KRB5 KERBEROS auth
+PRIVATE_DEPENDENCIES = HEIMDAL_GSSAPI CREDENTIALS_KRB5 KERBEROS
# End MODULE gensec_gssapi
################################################
@@ -38,7 +38,7 @@ PRIVATE_DEPENDENCIES = HEIMDAL_GSSAPI CREDENTIALS_KRB5 KERBEROS auth
SUBSYSTEM = gensec
INIT_FUNCTION = gensec_sasl_init
OBJ_FILES = cyrus_sasl.o
-PRIVATE_DEPENDENCIES = CREDENTIALS SASL auth
+PRIVATE_DEPENDENCIES = CREDENTIALS SASL
# End MODULE cyrus_sasl
################################################
@@ -61,7 +61,7 @@ PRIVATE_PROTO_HEADER = schannel_proto.h
INIT_FUNCTION = gensec_schannel_init
OBJ_FILES = schannel.o \
schannel_sign.o
-PRIVATE_DEPENDENCIES = auth SCHANNELDB NDR_SCHANNEL CREDENTIALS
+PRIVATE_DEPENDENCIES = SCHANNELDB NDR_SCHANNEL CREDENTIALS
OUTPUT_TYPE = INTEGRATED
# End MODULE gensec_schannel
################################################
diff --git a/source4/auth/ntlmssp/config.mk b/source4/auth/ntlmssp/config.mk
index 9ef3ee9623..cb51dc9fa1 100644
--- a/source4/auth/ntlmssp/config.mk
+++ b/source4/auth/ntlmssp/config.mk
@@ -12,7 +12,7 @@ OBJ_FILES = ntlmssp.o \
ntlmssp_sign.o \
ntlmssp_client.o \
ntlmssp_server.o
-PRIVATE_DEPENDENCIES = auth MSRPC_PARSE
+PRIVATE_DEPENDENCIES = MSRPC_PARSE
OUTPUT_TYPE = INTEGRATED
# End MODULE gensec_ntlmssp
################################################