diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/tdb/wscript | 1 | ||||
-rw-r--r-- | lib/tevent/wscript | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/tdb/wscript b/lib/tdb/wscript index 39ea7b18d2..69db91f7e7 100644 --- a/lib/tdb/wscript +++ b/lib/tdb/wscript @@ -16,6 +16,7 @@ def set_options(opt): opt.recurse(LIBREPLACE_DIR) def configure(conf): + conf.BUNDLED_LIBRARY_EXTENSION('tdb') conf.sub_config(LIBREPLACE_DIR) conf.SAMBA_CONFIG_H() 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) |