summaryrefslogtreecommitdiff
path: root/lib/tevent/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'lib/tevent/wscript')
-rw-r--r--lib/tevent/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/tevent/wscript b/lib/tevent/wscript
index 30db216de1..1298eb4588 100644
--- a/lib/tevent/wscript
+++ b/lib/tevent/wscript
@@ -1,5 +1,6 @@
#!/usr/bin/env python
+APPNAME = 'tevent'
VERSION = '0.9.8'
srcdir = '../..'
@@ -19,6 +20,7 @@ def set_options(opt):
opt.recurse(LIBTALLOC_DIR)
def configure(conf):
+ conf.DIST_DIRS('lib/tevent:. lib/replace:lib/replace lib/talloc:lib/talloc buildtools:buildtools')
conf.sub_config(LIBREPLACE_DIR)
conf.sub_config(LIBTALLOC_DIR)