From 42c9380760de4e0ad3f69810b8d623b3a77cc692 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 28 Mar 2010 14:10:15 +1100 Subject: s4-waf: set the bundled library extension for some libs --- lib/tevent/wscript | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/tevent/wscript') 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) -- cgit