summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-04-16 14:21:33 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-04-18 12:05:00 +1000
commit19fb796960da0e6101a520036a2e610baa4515fd (patch)
tree71a1ee414db296791858fb1d81bd2c495569b1d2
parentee695de1b4f47f1c2fddc35f713a21a0413f1fdf (diff)
downloadsamba-19fb796960da0e6101a520036a2e610baa4515fd.tar.gz
samba-19fb796960da0e6101a520036a2e610baa4515fd.tar.bz2
samba-19fb796960da0e6101a520036a2e610baa4515fd.zip
dbwrap: Add dbwrap_tdb to private dbwrap library
Andrew Bartlett
-rwxr-xr-xsource3/wscript_build5
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 7ceea5cd73..072799551a 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -5,7 +5,6 @@ import samba_version, samba3
TDB_LIB_SRC = '''
lib/dbwrap/dbwrap_open.c
- lib/dbwrap/dbwrap_tdb.c
lib/dbwrap/dbwrap_ctdb.c
lib/g_lock.c'''
@@ -1065,8 +1064,8 @@ bld.SAMBA3_SUBSYSTEM('tdb-wrap3',
vars=locals())
bld.SAMBA3_LIBRARY('dbwrap',
- source='lib/dbwrap/dbwrap.c lib/dbwrap/dbwrap_util.c lib/dbwrap/dbwrap_rbt.c lib/dbwrap/dbwrap_cache.c',
- deps='samba-util UTIL_TDB errors',
+ source='lib/dbwrap/dbwrap.c lib/dbwrap/dbwrap_util.c lib/dbwrap/dbwrap_rbt.c lib/dbwrap/dbwrap_cache.c lib/dbwrap/dbwrap_tdb.c',
+ deps='samba-util UTIL_TDB errors tdb tdb-wrap',
private_library=True)
bld.SAMBA3_LIBRARY('samba3-util',