s4-socket: make LIBNETIF a private library
authorAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 02:51:55 +0000 (13:51 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 08:03:25 +0000 (19:03 +1100)
source4/lib/socket/wscript_build

index c2de5f49f88c0ff6ac2b054a7dbdc52cdea0f1d7..0c4fd7e1e20d7622e85677124896747b7b9e3cce 100644 (file)
@@ -1,11 +1,12 @@
 #!/usr/bin/env python
 
 
-bld.SAMBA_SUBSYSTEM('LIBNETIF',
-       source='interface.c netif.c',
-       autoproto='netif_proto.h',
-       deps='LIBSAMBA-UTIL'
-       )
+bld.SAMBA_LIBRARY('LIBNETIF',
+                  source='interface.c netif.c',
+                  autoproto='netif_proto.h',
+                  deps='LIBSAMBA-UTIL',
+                  private_library=True
+                  )
 
 
 bld.SAMBA_MODULE('socket_ip',