summaryrefslogtreecommitdiff
path: root/lib/tevent/wscript
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-28 14:10:15 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:12 +1000
commit42c9380760de4e0ad3f69810b8d623b3a77cc692 (patch)
treed7d7f486de0b7f15c0d5997baeb2387e26b79d4f /lib/tevent/wscript
parentf6a7d5b90762fee39ae117dc2bf926eac0dbab8a (diff)
downloadsamba-42c9380760de4e0ad3f69810b8d623b3a77cc692.tar.gz
samba-42c9380760de4e0ad3f69810b8d623b3a77cc692.tar.bz2
samba-42c9380760de4e0ad3f69810b8d623b3a77cc692.zip
s4-waf: set the bundled library extension for some libs
Diffstat (limited to 'lib/tevent/wscript')
-rw-r--r--lib/tevent/wscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tevent/wscript b/lib/tevent/wscript
index 1ac503e31d..fba6bcee6b 100644
--- a/lib/tevent/wscript
+++ b/lib/tevent/wscript
@@ -17,6 +17,7 @@ def set_options(opt):
opt.recurse(LIBTALLOC_DIR)
def configure(conf):
+ conf.BUNDLED_LIBRARY_EXTENSION('tevent')
conf.sub_config(LIBREPLACE_DIR)
conf.sub_config(LIBTALLOC_DIR)