summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorTim Prouty <tprouty@samba.org>2009-05-28 13:34:28 -0700
committerTim Prouty <tprouty@samba.org>2009-05-28 15:13:52 -0700
commit9d373574e4cfc6eb7c238ab5ccfca26493b4376d (patch)
tree40d92fa9a2b090fc0dba19daa8cc4479582f97d4 /source3/Makefile.in
parent656e86d5fa876131fc8e373f0c2100f4bef1cc26 (diff)
downloadsamba-9d373574e4cfc6eb7c238ab5ccfca26493b4376d.tar.gz
samba-9d373574e4cfc6eb7c238ab5ccfca26493b4376d.tar.bz2
samba-9d373574e4cfc6eb7c238ab5ccfca26493b4376d.zip
s3 tdbtorture: Fix linking issue
tdbtorture now calls the tdb transaction code and needs to link it appropriately
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 2b30b4a5bd..c7514a0b1d 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1186,7 +1186,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 $(LIBREPLACE_OBJ) \
+TDBTORTURE_OBJ = @tdbdir@/tools/tdbtorture.o $(LIBTDB_OBJ) \
$(SOCKET_WRAPPER_OBJ)