summaryrefslogtreecommitdiff
path: root/lib/tevent
diff options
context:
space:
mode:
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)