diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-02-23 11:16:44 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-06 20:26:35 +1000 |
commit | a3421fe6e9a823adce0b2c6fd3edcb2f476c9acf (patch) | |
tree | cc4e1a3ba16bc544f089ea042726fc36fa1f8e45 /source4/lib/ldb | |
parent | 5393e6c9d24cd66aab57274665be1774beb4e732 (diff) | |
download | samba-a3421fe6e9a823adce0b2c6fd3edcb2f476c9acf.tar.gz samba-a3421fe6e9a823adce0b2c6fd3edcb2f476c9acf.tar.bz2 samba-a3421fe6e9a823adce0b2c6fd3edcb2f476c9acf.zip |
build: added BUILD_SUBDIR() wrapper
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/wscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index be31241c88..2a6bf5d102 100644 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -17,8 +17,8 @@ def configure(conf): conf.SAMBA_CONFIG_H() def build(bld): - bld.add_subdirs(LIBTDB_DIR) - bld.add_subdirs(LIBTEVENT_DIR) + bld.BUILD_SUBDIR(LIBTDB_DIR) + bld.BUILD_SUBDIR(LIBTEVENT_DIR) LDB_TDB_SRC = bld.SUBDIR('ldb_tdb', '''ldb_tdb.c ldb_pack.c ldb_search.c ldb_index.c |