summaryrefslogtreecommitdiff
path: root/lib/async_req
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 /lib/async_req
parentb1393087ace8289a13e09e5246ac0efec560e959 (diff)
downloadsamba-33bb334e8030749cb675353df882730e3119ee9c.tar.gz
s4-waf: inline LIBREPLACE_NETWORK into 'replace'
metze
Diffstat (limited to 'lib/async_req')
-rw-r--r--lib/async_req/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/async_req/wscript_build b/lib/async_req/wscript_build
index 790b547749a..f3ac7f0d007 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'
)