summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2012-01-24 18:14:42 +0100
committerAndreas Schneider <asn@cryptomilk.org>2012-01-25 11:58:30 +0100
commit0dcc51ef801d4b3e24973895217f36f1a88ad4eb (patch)
tree30589b45a852c29c88604f69a7fe73c1357d560e
parenta5b4a47b7cc8ba1b741929a5400ae51653d049fd (diff)
downloadsamba-0dcc51ef801d4b3e24973895217f36f1a88ad4eb.tar.gz
samba-0dcc51ef801d4b3e24973895217f36f1a88ad4eb.tar.bz2
samba-0dcc51ef801d4b3e24973895217f36f1a88ad4eb.zip
s3-waf: Add missing dependency to LIBNET.
-rwxr-xr-xsource3/wscript_build3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index fb4b2b0dfe..2165cb9ffb 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -1041,7 +1041,7 @@ bld.SAMBA3_SUBSYSTEM('FNAME_UTIL',
bld.SAMBA3_SUBSYSTEM('LIBNET',
source=LIBNET_SRC,
- deps='NDR_LIBNET_JOIN net_keytab',
+ deps='NDR_LIBNET_JOIN INIT_SAMR net_keytab',
vars=locals())
bld.SAMBA3_LIBRARY('net_keytab',
@@ -1370,7 +1370,6 @@ bld.SAMBA3_BINARY('net',
RPC_NDR_SVCCTL
RPC_NDR_DSSETUP
RPC_NDR_INITSHUTDOWN
- INIT_SAMR
printing_migrate
trusts_util''',
vars=locals())