summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-06-19 19:27:02 +0200
committerMichael Adam <obnox@samba.org>2009-06-19 21:13:38 +0200
commite3c7720bfd199751fc8ed4a9f111a4ab72aae8b0 (patch)
treedf51f8c35712073c7290b801b7df58d926908138 /source3/Makefile.in
parent5ceda58b8dc27bef915128c23f3e9e4a2886b998 (diff)
downloadsamba-e3c7720bfd199751fc8ed4a9f111a4ab72aae8b0.tar.gz
samba-e3c7720bfd199751fc8ed4a9f111a4ab72aae8b0.tar.bz2
samba-e3c7720bfd199751fc8ed4a9f111a4ab72aae8b0.zip
s3:build: remove LIBTDB_OBJ from TDBTORTURE_OBJ collection
tdbtorture is linked with LIBTDB_LIBS, which is whatever configure has determined to be (-ltdb or LIBTDB_OBJ ...). Michael
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 5d03886634..7bf74039f0 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1203,7 +1203,7 @@ TDBTOOL_OBJ = @tdbdir@/tools/tdbtool.o $(LIBREPLACE_OBJ) \
TDBDUMP_OBJ = @tdbdir@/tools/tdbdump.o $(LIBREPLACE_OBJ) \
$(SOCKET_WRAPPER_OBJ)
-TDBTORTURE_OBJ = @tdbdir@/tools/tdbtorture.o $(LIBTDB_OBJ) \
+TDBTORTURE_OBJ = @tdbdir@/tools/tdbtorture.o $(LIBREPLACE_OBJ) \
$(SOCKET_WRAPPER_OBJ)