summaryrefslogtreecommitdiff
path: root/source4/nbt_server/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/nbt_server/wscript_build')
-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 9b540aa371..a844cd5870 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='LIBCLI_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='LIBCLI_NBT NBTD_WINS NBTD_DGRAM'
+ deps='cli_nbt NBTD_WINS NBTD_DGRAM'
)