From 9d373574e4cfc6eb7c238ab5ccfca26493b4376d Mon Sep 17 00:00:00 2001 From: Tim Prouty Date: Thu, 28 May 2009 13:34:28 -0700 Subject: s3 tdbtorture: Fix linking issue tdbtorture now calls the tdb transaction code and needs to link it appropriately --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit