diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-05-30 17:39:35 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-05-31 00:32:08 +0200 |
commit | 83e62de9a79b4542f85611126a5589ed8ad2eb34 (patch) | |
tree | 7f1a96698a75aff63f95692cf853c281026fb3ed | |
parent | 019910034854dc1ed70ba09a14d419ed45903715 (diff) | |
download | samba-83e62de9a79b4542f85611126a5589ed8ad2eb34.tar.gz samba-83e62de9a79b4542f85611126a5589ed8ad2eb34.tar.bz2 samba-83e62de9a79b4542f85611126a5589ed8ad2eb34.zip |
s3-build Move dbwrap_rbt into dbwrap_util subsystem
-rwxr-xr-x | source3/wscript_build | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 90f03ef1c9..0938fc8103 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -16,8 +16,7 @@ bld.env.public_headers_allow_broken = True TDB_LIB_SRC = ''' lib/dbwrap.c lib/dbwrap_tdb.c lib/dbwrap_ctdb.c - lib/g_lock.c - lib/dbwrap_rbt.c''' + lib/g_lock.c''' TDB_VALIDATE_SRC = '''lib/tdb_validate.c''' @@ -994,7 +993,7 @@ bld.SAMBA3_SUBSYSTEM('tdb-wrap3', vars=locals()) bld.SAMBA3_LIBRARY('dbwrap_util', - source='lib/dbwrap_util.c', + source='lib/dbwrap_util.c lib/dbwrap_rbt.c', deps='samba-util-common UTIL_TDB errors', private_library=True, allow_undefined_symbols=False) |