From 83e62de9a79b4542f85611126a5589ed8ad2eb34 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 30 May 2011 17:39:35 +1000 Subject: s3-build Move dbwrap_rbt into dbwrap_util subsystem --- source3/wscript_build | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source3/wscript_build') 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) -- cgit