summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-10-20 23:46:59 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:15:35 -0500
commitaa3ca346d82da2501406cc1f482643b20905e467 (patch)
tree634faa95a9226e06e63c793bca1fd4a02edbdccc /source3/Makefile.in
parent7d52581978c7f95e18a3c5b5c38adc486af63023 (diff)
downloadsamba-aa3ca346d82da2501406cc1f482643b20905e467.tar.gz
samba-aa3ca346d82da2501406cc1f482643b20905e467.tar.bz2
samba-aa3ca346d82da2501406cc1f482643b20905e467.zip
r19429: moved tdb/common/tdbutil.c into lib/util_tdb.c
see discussion on samba-technical (This used to be commit 1ad563286f00be0d72930b81b10cb74f13c5fbff)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index a7166c5d89..a03f1a4a9d 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -191,7 +191,7 @@ TDBBASE_OBJ = tdb/common/tdb.o tdb/common/dump.o tdb/common/error.o \
tdb/common/freelist.o tdb/common/io.o tdb/common/lock.o \
tdb/common/open.o tdb/common/transaction.o tdb/common/traverse.o
-TDB_OBJ = $(TDBBASE_OBJ) tdb/common/tdbutil.o tdb/common/tdbback.o
+TDB_OBJ = $(TDBBASE_OBJ) lib/util_tdb.o tdb/common/tdbback.o
SMBLDAP_OBJ = @SMBLDAP@ @SMBLDAPUTIL@