From: Volker Lendecke Date: Fri, 10 Aug 2012 12:29:44 +0000 (+0200) Subject: s3-autoconf: Fix deps for dbwrap_torture X-Git-Tag: tevent-0.9.17~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2b29de2b1b0456cb21c64bf394149c652837c69;p=thirdparty%2Fsamba.git s3-autoconf: Fix deps for dbwrap_torture Signed-off-by: Christian Ambach --- diff --git a/source3/Makefile.in b/source3/Makefile.in index 38e8bb1ea43..b8b055a5939 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -3018,7 +3018,7 @@ bin/dbwrap_tool: $(DBWRAP_TOOL_OBJ) $(LIBTALLOC) $(LIBTDB) install-dbwrap_tool:: bin/dbwrap_tool @$(SHELL) script/installbin.sh $(INSTALLPERMS_BIN) $(DESTDIR) $(prefix) $(BINDIR) $< -bin/dbwrap_torture: $(DBWRAP_TORTURE_OBJ) $(LIBTALLOC) $(LIBTDB) +bin/dbwrap_torture: $(DBWRAP_TORTURE_OBJ) $(LIBTALLOC) $(LIBTDB) $(POPT_LIBS) @echo "Linking $@" @$(CC) -o $@ $(DBWRAP_TORTURE_OBJ)\ $(LDFLAGS) $(DYNEXP) $(LIBS) \