summaryrefslogtreecommitdiff
path: root/source3/auth/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-09-28 09:27:54 +0200
committerGünther Deschner <gd@samba.org>2010-09-28 09:41:54 +0200
commit2a1891a9d67d547847b233dec85925d726696e7f (patch)
tree226ab2cee1ce4aad15598a26b9f8fee944790aaf /source3/auth/wscript_build
parent5fcd0471e59c35d0769628fa8d1a021bf78b714c (diff)
downloadsamba-2a1891a9d67d547847b233dec85925d726696e7f.tar.gz
samba-2a1891a9d67d547847b233dec85925d726696e7f.tar.bz2
samba-2a1891a9d67d547847b233dec85925d726696e7f.zip
s3-waf: fix dependencies in most of our module subsystems.
Guenther
Diffstat (limited to 'source3/auth/wscript_build')
-rw-r--r--source3/auth/wscript_build8
1 files changed, 2 insertions, 6 deletions
diff --git a/source3/auth/wscript_build b/source3/auth/wscript_build
index bdfa5828c3..af5b984c75 100644
--- a/source3/auth/wscript_build
+++ b/source3/auth/wscript_build
@@ -10,8 +10,7 @@ AUTH_WBC_SRC = 'auth_wbc.c'
AUTH_SCRIPT_SRC = 'auth_script.c'
AUTH_NETLOGOND_SRC = 'auth_netlogond.c'
-AUTH_STATIC = ''
-AUTH_SRC = '''${AUTH_STATIC} auth.c auth_util.c token_util.c
+AUTH_SRC = '''auth.c auth_util.c token_util.c
server_info.c
server_info_sam.c
user_info.c
@@ -21,10 +20,7 @@ AUTH_SRC = '''${AUTH_STATIC} auth.c auth_util.c token_util.c
bld.SAMBA_SUBSYSTEM('AUTH',
source=AUTH_SRC,
- deps='''AUTH_SAM AUTH_UNIX AUTH_WINBIND AUTH_WBC
- AUTH_SERVER AUTH_DOMAIN AUTH_BUILTIN
- AUTH_NETLOGOND
- PLAINTEXT_AUTH SLCACHE DCUTIL''',
+ deps='''PLAINTEXT_AUTH SLCACHE DCUTIL''',
vars=locals())
bld.SAMBA_MODULE('AUTH_SAM',