diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-04-11 19:24:46 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-04-12 09:13:43 +0200 |
commit | 33bb334e8030749cb675353df882730e3119ee9c (patch) | |
tree | 9fffeb702dc4bc5589713348aac47c46de90ff04 /source4/lib | |
parent | b1393087ace8289a13e09e5246ac0efec560e959 (diff) | |
download | samba-33bb334e8030749cb675353df882730e3119ee9c.tar.gz samba-33bb334e8030749cb675353df882730e3119ee9c.tar.bz2 samba-33bb334e8030749cb675353df882730e3119ee9c.zip |
s4-waf: inline LIBREPLACE_NETWORK into 'replace'
metze
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/socket/wscript_build | 6 |
1 files changed, 3 insertions, 3 deletions
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 ) |