summaryrefslogtreecommitdiff
path: root/source4/lib
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib')
-rw-r--r--source4/lib/socket/wscript_build11
1 files changed, 6 insertions, 5 deletions
diff --git a/source4/lib/socket/wscript_build b/source4/lib/socket/wscript_build
index c2de5f49f8..0c4fd7e1e2 100644
--- a/source4/lib/socket/wscript_build
+++ b/source4/lib/socket/wscript_build
@@ -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',