From 4b3fae6ca8ed29b7c74edf589de678418cb3481a Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 21 Oct 2010 13:51:55 +1100 Subject: s4-socket: make LIBNETIF a private library --- source4/lib/socket/wscript_build | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'source4') 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', -- cgit