summaryrefslogtreecommitdiff
path: root/source4/lib/socket/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-04-11 19:24:46 +0200
committerStefan Metzmacher <metze@samba.org>2010-04-12 09:13:43 +0200
commit33bb334e8030749cb675353df882730e3119ee9c (patch)
tree9fffeb702dc4bc5589713348aac47c46de90ff04 /source4/lib/socket/wscript_build
parentb1393087ace8289a13e09e5246ac0efec560e959 (diff)
downloadsamba-33bb334e8030749cb675353df882730e3119ee9c.tar.gz
samba-33bb334e8030749cb675353df882730e3119ee9c.tar.bz2
samba-33bb334e8030749cb675353df882730e3119ee9c.zip
s4-waf: inline LIBREPLACE_NETWORK into 'replace'
metze
Diffstat (limited to 'source4/lib/socket/wscript_build')
-rw-r--r--source4/lib/socket/wscript_build6
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
)