summaryrefslogtreecommitdiff
path: root/source4/nbt_server/wscript_build
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-11-05 20:39:56 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-11-05 20:59:33 +0100
commit901f5082acdfe3ac5a25b2e995f2e1b6b015c652 (patch)
tree8feeb9c8c8ee5d74912c8bb16ab865b2350b0918 /source4/nbt_server/wscript_build
parent7e133424b087c5fe9173f75b7160611dafdd3fb4 (diff)
downloadsamba-901f5082acdfe3ac5a25b2e995f2e1b6b015c652.tar.gz
samba-901f5082acdfe3ac5a25b2e995f2e1b6b015c652.tar.bz2
samba-901f5082acdfe3ac5a25b2e995f2e1b6b015c652.zip
Move cldap netlogon utility into samdb/ldb_modules
Diffstat (limited to 'source4/nbt_server/wscript_build')
-rw-r--r--source4/nbt_server/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/nbt_server/wscript_build b/source4/nbt_server/wscript_build
index 665ccd46c2..9d0c24a14e 100644
--- a/source4/nbt_server/wscript_build
+++ b/source4/nbt_server/wscript_build
@@ -30,7 +30,7 @@ bld.SAMBA_SUBSYSTEM('NBTD_WINS',
bld.SAMBA_SUBSYSTEM('NBTD_DGRAM',
source='dgram/request.c dgram/netlogon.c dgram/browse.c',
autoproto='dgram/proto.h',
- deps='LIBCLI_DGRAM CLDAPD',
+ deps='LIBCLI_DGRAM DSDB_MODULE_HELPERS',
enabled=bld.AD_DC_BUILD_IS_ENABLED()
)