tdb_wrap: Move to specific directory.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 10 Mar 2012 20:33:11 +0000 (21:33 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 10 Mar 2012 22:13:01 +0000 (23:13 +0100)
commitce4531ee312c1171fcffcdbe9e214ae43384cdfd
tree30de1cb84b321fdcd815e7456bbf5743ce458a8b
parentf076186d3ab95c4d4c4d3d7b66f283881ac1fbbb
tdb_wrap: Move to specific directory.

It's a bit confusing to mix low-level and high-level libraries.  We had
multiple libraries in one directory, and there were have circular
dependencies with other libraries outside that directory (in this case,
samba-hostconfig).

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Mar 10 23:13:01 CET 2012 on sn-devel-104
24 files changed:
lib/tdb_wrap/tdb_wrap.c [moved from lib/util/tdb_wrap.c with 99% similarity]
lib/tdb_wrap/tdb_wrap.h [moved from lib/util/tdb_wrap.h with 100% similarity]
lib/tdb_wrap/wscript_build [new file with mode: 0644]
lib/util/wscript_build
libcli/auth/schannel_state_tdb.c
source3/Makefile.in
source3/lib/dbwrap/dbwrap_ctdb.c
source3/lib/dbwrap/dbwrap_tdb.c
source3/lib/messages_local.c
source3/lib/server_mutex.c
source3/lib/serverid.c
source3/smbd/notify_internal.c
source4/cluster/local.c
source4/dsdb/samdb/ldb_modules/partition.h
source4/lib/messaging/messaging.c
source4/ntvfs/common/brlock_tdb.c
source4/ntvfs/common/notify.c
source4/ntvfs/common/opendb_tdb.c
source4/ntvfs/posix/python/pyxattr_tdb.c
source4/ntvfs/posix/vfs_posix.c
source4/ntvfs/posix/xattr_tdb.c
source4/param/secrets.c
source4/torture/local/dbspeed.c
wscript_build