summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-07-07 17:42:08 +0200
committerMichael Adam <obnox@samba.org>2011-07-29 13:34:22 +0200
commit0b5c4a601a983aab06e4aba158cd9359babd1e71 (patch)
tree8e2806398d731036115661a88867be107783e538 /source3/Makefile.in
parentd4c93ca721d0edd8780ce84e7cccd0e5a1ea4f37 (diff)
downloadsamba-0b5c4a601a983aab06e4aba158cd9359babd1e71.tar.gz
samba-0b5c4a601a983aab06e4aba158cd9359babd1e71.tar.bz2
samba-0b5c4a601a983aab06e4aba158cd9359babd1e71.zip
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Fri Jul 29 13:34:22 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in11
1 files changed, 6 insertions, 5 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index ddcc8be3f9..f0718cef6b 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -260,11 +260,12 @@ EXTRA_ALL_TARGETS = @EXTRA_ALL_TARGETS@
TDB_LIB_OBJ = lib/util_tdb.o ../lib/util/util_tdb.o \
../lib/util/tdb_wrap.o \
- lib/dbwrap.o lib/dbwrap/dbwrap_open.o \
- lib/dbwrap_tdb.o \
- lib/dbwrap_ctdb.o \
+ lib/dbwrap/dbwrap.o \
+ lib/dbwrap/dbwrap_open.o \
+ lib/dbwrap/dbwrap_tdb.o \
+ lib/dbwrap/dbwrap_ctdb.o \
lib/g_lock.o \
- lib/dbwrap_rbt.o
+ lib/dbwrap/dbwrap_rbt.o
TDB_VALIDATE_OBJ = lib/tdb_validate.o
@@ -454,7 +455,7 @@ LIB_OBJ = $(LIBSAMBAUTIL_OBJ) $(UTIL_OBJ) $(CRYPTO_OBJ) $(LIBTSOCKET_OBJ) \
../lib/util/charset/util_unistr_w.o ../lib/util/charset/codepoints.o ../lib/util/charset/util_str.o lib/util_file.o \
lib/util.o lib/util_malloc.o lib/namearray.o lib/util_cmdline.o lib/util_names.o \
lib/util_sock.o lib/sock_exec.o lib/util_sec.o \
- lib/substitute.o lib/substitute_generic.o ../lib/util/substitute.o lib/dbwrap_util.o \
+ lib/substitute.o lib/substitute_generic.o ../lib/util/substitute.o lib/dbwrap/dbwrap_util.o \
lib/ms_fnmatch.o ../lib/util/ms_fnmatch.o lib/errmap_unix.o ../libcli/util/errmap_unix.o \
lib/tallocmsg.o lib/dmallocmsg.o \
libsmb/clisigning.o libsmb/smb_signing.o \