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 /lib/tsocket | |
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 'lib/tsocket')
-rw-r--r-- | lib/tsocket/wscript_build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/tsocket/wscript_build b/lib/tsocket/wscript_build index 34d382eb82..5fa05f8c50 100644 --- a/lib/tsocket/wscript_build +++ b/lib/tsocket/wscript_build @@ -5,6 +5,5 @@ bld.SAMBA_SUBSYSTEM('LIBTSOCKET', source='tsocket.c tsocket_helpers.c tsocket_bsd.c', public_deps='talloc tevent', public_headers='tsocket.h tsocket_internal.h', - deps='LIBREPLACE_NETWORK' ) |