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/async_req | |
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/async_req')
-rw-r--r-- | lib/async_req/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/async_req/wscript_build b/lib/async_req/wscript_build index 790b547749..f3ac7f0d00 100644 --- a/lib/async_req/wscript_build +++ b/lib/async_req/wscript_build @@ -3,6 +3,6 @@ bld.SAMBA_SUBSYSTEM('LIBASYNC_REQ', source='async_sock.c', - public_deps='LIBREPLACE_NETWORK talloc tevent' + public_deps='talloc tevent' ) |