waf: Remove lib prefix from libraries manually.
[samba.git] / source4 / utils / net / wscript_build
index 62f1621d649ffde419685122899fad7a08e1d7b0..48c766336ddba04fd3797b52d75e944a15a354f8 100644 (file)
@@ -12,7 +12,7 @@ bld.SAMBA_MODULE('net_drs',
 bld.SAMBA_BINARY('net',
        source='net.c net_password.c net_vampire.c net_gpo.c',
        autoproto='net_proto.h',
-       deps='libsamba-hostconfig libsamba-util samba-net popt POPT_SAMBA POPT_CREDENTIALS net_drs policy auth',
+       deps='samba-hostconfig samba-util samba-net popt POPT_SAMBA POPT_CREDENTIALS net_drs policy auth',
        pyembed=True
        )