summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-09 19:03:49 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-09 19:03:49 +0200
commit66060a0ba711605fc4c00b3f3eb1af9739ab5b01 (patch)
treeba8f7c4c7e51fdac106aed1cf7b388ddb65e641d /source3/Makefile.in
parent6061b3fa6464c43f0f78a84d75a811ee8fb6ba92 (diff)
downloadsamba-66060a0ba711605fc4c00b3f3eb1af9739ab5b01.tar.gz
samba-66060a0ba711605fc4c00b3f3eb1af9739ab5b01.tar.bz2
samba-66060a0ba711605fc4c00b3f3eb1af9739ab5b01.zip
Rename object variables to avoid clashes with Samba 4.
(This used to be commit c77758de5d6df28abaffe3f8a1d7b5cbc615605e)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index c4ccf728b0..5604718e83 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -230,7 +230,7 @@ MODULES = $(VFS_MODULES) $(PDB_MODULES) $(RPC_MODULES) $(IDMAP_MODULES) \
# object file lists
######################################################################
-TDB_OBJ = lib/util_tdb.o \
+TDB_LIB_OBJ = lib/util_tdb.o \
lib/dbwrap.o lib/dbwrap_tdb.o \
lib/dbwrap_ctdb.o \
lib/dbwrap_rbt.o @LIBTDB_STATIC@
@@ -318,7 +318,7 @@ LIB_OBJ = $(LIBSAMBAUTIL_OBJ) \
lib/interfaces.o lib/rbtree.o lib/memcache.o \
lib/util_transfer_file.o lib/async_req.o \
lib/async_sock.o \
- $(TDB_OBJ) \
+ $(TDB_LIB_OBJ) \
$(VERSION_OBJ) lib/charcnv.o lib/debug.o lib/fault.o \
lib/interface.o lib/md4.o \
lib/pidfile.o \