summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-04 23:43:58 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-04 23:43:58 +0200
commit174fd4a73153fb5ed5b660f66da84c25636059af (patch)
treee8dd27bda37e833df80dcda9712e0c3a3ba7cbbd /source3/Makefile.in
parente83fbdf5985f10925ca28c3858926bdfef64d4ba (diff)
downloadsamba-174fd4a73153fb5ed5b660f66da84c25636059af.tar.gz
samba-174fd4a73153fb5ed5b660f66da84c25636059af.tar.bz2
samba-174fd4a73153fb5ed5b660f66da84c25636059af.zip
Use different variable names for talloc and tdb object file names than
Samba 4. (This used to be commit 3f821e8c88665a1e6a3d07a438cd978527306221)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 5793b5ef4d..c4ccf728b0 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1560,9 +1560,8 @@ MKSYMS_SH = $(srcdir)/script/mksyms.sh
#
#-------------------------------------------------------------------
-TALLOC_OBJ = @TALLOC_OBJS@
-LIBTALLOC_OBJ0 = $(TALLOC_OBJ)
+LIBTALLOC_OBJ0 = @LIBTALLOC_OBJ0@
LIBTALLOC_OBJ = $(LIBTALLOC_OBJ0) $(LIBREPLACE_OBJ)
LIBTALLOC_SHARED_TARGET=@LIBTALLOC_SHARED_TARGET@
@@ -1627,7 +1626,7 @@ shlibs test_shlibs: @LIBTALLOC_SHARED@
#
#-------------------------------------------------------------------
-LIBTDB_OBJ0 = @TDB_OBJS@
+LIBTDB_OBJ0 = @LIBTDB_OBJ0@
LIBTDB_OBJ = $(LIBTDB_OBJ0) $(LIBREPLACE_OBJ)
LIBTDB_SHARED_TARGET=@LIBTDB_SHARED_TARGET@