waf: Remove lib prefix from libraries manually.
[martins/samba.git] / source4 / ldap_server / wscript_build
index a92cacc716228515324e65b70f9a838eac73f915..2c3798afc4f5c546179fb4160eca6d9ee136d643 100644 (file)
@@ -1,5 +1,4 @@
-# AUTOGENERATED by mktowscript.pl from ../../source4/ldap_server/config.mk
-# Please remove this notice if hand editing
+#!/usr/bin/env python
 
 
 bld.SAMBA_MODULE('LDAP',
@@ -7,6 +6,6 @@ bld.SAMBA_MODULE('LDAP',
        autoproto='proto.h',
        subsystem='service',
        init_function='server_service_ldap_init',
-       deps='CREDENTIALS LIBCLI_LDAP SAMDB process_model gensec LIBSAMBA-HOSTCONFIG'
+       deps='CREDENTIALS cli_ldap SAMDB process_model gensec samba-hostconfig samba_server_gensec'
        )