summaryrefslogtreecommitdiff
path: root/source3/auth/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-05-16 21:08:06 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-05-18 16:12:08 +0200
commitd17367bd6874ccc2d0e84b478ea3e12d91a9bd99 (patch)
treed6b341d9e9feb8391896b40292553935dd22e620 /source3/auth/wscript_build
parenta2ff3e7c6118d77699b94b81d9333ca7ea274f52 (diff)
downloadsamba-d17367bd6874ccc2d0e84b478ea3e12d91a9bd99.tar.gz
samba-d17367bd6874ccc2d0e84b478ea3e12d91a9bd99.tar.bz2
samba-d17367bd6874ccc2d0e84b478ea3e12d91a9bd99.zip
build: Add depenencies needed by Samba3 subsystems
Diffstat (limited to 'source3/auth/wscript_build')
-rw-r--r--source3/auth/wscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/auth/wscript_build b/source3/auth/wscript_build
index dc59c87c60..58929da526 100644
--- a/source3/auth/wscript_build
+++ b/source3/auth/wscript_build
@@ -26,6 +26,7 @@ bld.SAMBA3_SUBSYSTEM('AUTH_COMMON',
server_info_sam.c
user_info.c
user_util.c''',
+ deps='TOKEN_UTIL DCUTIL',
vars=locals())
bld.SAMBA3_SUBSYSTEM('auth',