diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-04 10:06:34 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:27:25 +1000 |
commit | 528d7c7cf39fe9d8867d751f0a3c26f413301515 (patch) | |
tree | 3c1f25dadfd96ba179ec338740c3906d37ed6076 /lib/tevent | |
parent | c8062fb65ee108fa948fd8d8ed4055ffa3af7027 (diff) | |
download | samba-528d7c7cf39fe9d8867d751f0a3c26f413301515.tar.gz samba-528d7c7cf39fe9d8867d751f0a3c26f413301515.tar.bz2 samba-528d7c7cf39fe9d8867d751f0a3c26f413301515.zip |
s4-waf: added 'waf dist' to our standalone libs as well
Diffstat (limited to 'lib/tevent')
-rw-r--r-- | lib/tevent/wscript | 2 |
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) |