s4: Drop duplicate 'lib' prefix for private libraries.
[nivanova/samba-autobuild/.git] / source4 / lib / socket / wscript_build
index 7fded7bc88fb64b5ddcf2e288b7c005803c3e3cb..a9afb1013a01162ac6b11119e47548a3faed94d8 100644 (file)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-bld.SAMBA_LIBRARY('libnetif',
+bld.SAMBA_LIBRARY('netif',
     source='interface.c netif.c',
     autoproto='netif_proto.h',
     deps='libsamba-util',
@@ -10,7 +10,7 @@ bld.SAMBA_LIBRARY('libnetif',
 bld.SAMBA_MODULE('socket_ip',
     source='socket_ip.c',
     subsystem='samba_socket',
-    deps='libsamba-errors',
+    deps='errors',
     internal_module=True
     )