From 33bb334e8030749cb675353df882730e3119ee9c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Sun, 11 Apr 2010 19:24:46 +0200 Subject: s4-waf: inline LIBREPLACE_NETWORK into 'replace' metze --- source4/lib/socket/wscript_build | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/lib/socket') diff --git a/source4/lib/socket/wscript_build b/source4/lib/socket/wscript_build index 7ce9e65b12..c2de5f49f8 100644 --- a/source4/lib/socket/wscript_build +++ b/source4/lib/socket/wscript_build @@ -4,14 +4,14 @@ bld.SAMBA_SUBSYSTEM('LIBNETIF', source='interface.c netif.c', autoproto='netif_proto.h', - deps='LIBSAMBA-UTIL LIBREPLACE_NETWORK' + deps='LIBSAMBA-UTIL' ) bld.SAMBA_MODULE('socket_ip', source='socket_ip.c', subsystem='samba_socket', - deps='LIBSAMBA-ERRORS LIBREPLACE_NETWORK', + deps='LIBSAMBA-ERRORS', internal_module=True ) @@ -19,7 +19,7 @@ bld.SAMBA_MODULE('socket_ip', bld.SAMBA_MODULE('socket_unix', source='socket_unix.c', subsystem='samba_socket', - deps='LIBREPLACE_NETWORK talloc', + deps='talloc', internal_module=True ) -- cgit