diff options
author | Volker Lendecke <vl@samba.org> | 2012-08-10 14:29:44 +0200 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2012-08-16 18:05:34 +0200 |
commit | c2b29de2b1b0456cb21c64bf394149c652837c69 (patch) | |
tree | 4750135a5139829a879a9815d18528a64fcb2ff9 /source3 | |
parent | 494003fb67ea433b1da07898a3bf6c5e0c3152ce (diff) | |
download | samba-c2b29de2b1b0456cb21c64bf394149c652837c69.tar.gz samba-c2b29de2b1b0456cb21c64bf394149c652837c69.tar.bz2 samba-c2b29de2b1b0456cb21c64bf394149c652837c69.zip |
s3-autoconf: Fix deps for dbwrap_torture
Signed-off-by: Christian Ambach <ambi@samba.org>
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 38e8bb1ea4..b8b055a593 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) \ |