From e251327b5b871e5887fc1c4c4605b92bf09a5840 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 8 Apr 2008 12:07:35 +0200 Subject: libsmbconf: testsuite: add support for "--configfile" option. Michael (This used to be commit 9f6c909f465df5fc64e2bec88acf272be9cd574e) --- source3/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 96131ef61c..0fe0b5db7d 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -208,7 +208,8 @@ TORTURE_PROGS = bin/smbtorture@EXEEXT@ bin/msgtest@EXEEXT@ \ bin/masktest@EXEEXT@ bin/locktest@EXEEXT@ \ bin/locktest2@EXEEXT@ bin/nsstest@EXEEXT@ bin/vfstest@EXEEXT@ \ bin/pdbtest@EXEEXT@ bin/talloctort@EXEEXT@ bin/replacetort@EXEEXT@ \ - bin/tdbtorture@EXEEXT@ + bin/tdbtorture@EXEEXT@ \ + bin/smbconftort@EXEEXT@ BIN_PROGS = @EXTRA_BIN_PROGS@ \ $(BIN_PROGS1) $(BIN_PROGS2) $(BIN_PROGS3) $(BIN_PROGS4) @@ -843,7 +844,8 @@ SMBCONFTORT_OBJ = $(SMBCONFTORT_OBJ0) \ $(RPC_PARSE_OBJ1) \ $(LIBSAMBA_OBJ) \ $(DOSERR_OBJ) \ - $(SECRETS_OBJ) + $(SECRETS_OBJ) \ + $(POPT_LIB_OBJ) LIBNET_OBJ = libnet/libnet_join.o \ librpc/gen_ndr/ndr_libnet_join.o -- cgit