summaryrefslogtreecommitdiff
path: root/lib/tevent
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-17 20:26:03 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:34 +1000
commit9a1cd09a10b475a2b18059a7ac6cb6915e9dfaf0 (patch)
tree08a0cc0eb8e23d6e16a2f530724b2577a590c282 /lib/tevent
parent7723519cf7544382069c7f77f915ebe9fe236efe (diff)
downloadsamba-9a1cd09a10b475a2b18059a7ac6cb6915e9dfaf0.tar.gz
samba-9a1cd09a10b475a2b18059a7ac6cb6915e9dfaf0.tar.bz2
samba-9a1cd09a10b475a2b18059a7ac6cb6915e9dfaf0.zip
build: added ADD_CFLAGS() and started of Samba4 build
Diffstat (limited to 'lib/tevent')
-rw-r--r--lib/tevent/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tevent/wscript b/lib/tevent/wscript
index aaa3ce7fb7..a36d8bf68c 100644
--- a/lib/tevent/wscript
+++ b/lib/tevent/wscript
@@ -30,5 +30,5 @@ def build(bld):
bld.SAMBA_LIBRARY('tevent',
SRC,
- libdeps='replace talloc',
+ deps='replace talloc',
vnum=VERSION)