summaryrefslogtreecommitdiff
path: root/source4/nbt_server
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-24 11:26:09 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-10-26 10:17:18 -0700
commita74e8be6d1448f121181e6d7cca3841891321a12 (patch)
tree652b0f2e54a666ce94e94db76e460f18673e4e98 /source4/nbt_server
parente4d9e974da730ef7a5ac5a33797652720d40ccb9 (diff)
downloadsamba-a74e8be6d1448f121181e6d7cca3841891321a12.tar.gz
waf: Stop automaticaly changing dashes to underscores in library names.
Diffstat (limited to 'source4/nbt_server')
-rw-r--r--source4/nbt_server/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/nbt_server/wscript_build b/source4/nbt_server/wscript_build
index 13058adcc06..42ef68e6aa4 100644
--- a/source4/nbt_server/wscript_build
+++ b/source4/nbt_server/wscript_build
@@ -19,7 +19,7 @@ bld.SAMBA_MODULE('ldb_wins_ldb',
bld.SAMBA_SUBSYSTEM('NBTD_WINS',
source='wins/winsserver.c wins/winsclient.c wins/winswack.c wins/wins_dns_proxy.c',
autoproto='wins/winsserver_proto.h',
- deps='cli_nbt WINSDB'
+ deps='cli-nbt WINSDB'
)
@@ -33,7 +33,7 @@ bld.SAMBA_SUBSYSTEM('NBTD_DGRAM',
bld.SAMBA_SUBSYSTEM('NBT_SERVER',
source='interfaces.c register.c query.c nodestatus.c defense.c packet.c irpc.c',
autoproto='nbt_server_proto.h',
- deps='cli_nbt NBTD_WINS NBTD_DGRAM'
+ deps='cli-nbt NBTD_WINS NBTD_DGRAM'
)