waf: Stop automaticaly changing dashes to underscores in library names.
[sfrench/samba-autobuild/.git] / source4 / nbt_server / wscript_build
index 20c00a70678408df332dce73cc53eeac12f685c7..42ef68e6aa48f7ff64e408a818be819d07d25587 100644 (file)
@@ -1,28 +1,25 @@
 #!/usr/bin/env python
 
-# AUTOGENERATED by mktowscript.pl from ../../source4/nbt_server/config.mk
-# Please remove this notice if hand editing
-
-
 bld.SAMBA_SUBSYSTEM('WINSDB',
        source='wins/winsdb.c wins/wins_hook.c',
        autoproto='wins/winsdb_proto.h',
-       public_deps='ldb'
+       public_deps='ldb LDBSAMBA'
        )
 
 
 bld.SAMBA_MODULE('ldb_wins_ldb',
        source='wins/wins_ldb.c',
-       subsystem='LIBLDB',
+       subsystem='ldb',
        init_function='LDB_MODULE(wins_ldb)',
-       deps='ldb LIBNETIF LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL'
+       deps='ldb netif samba-hostconfig samba-util',
+       internal_module=False,
        )
 
 
 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'
        )
 
 
@@ -36,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'
        )