From 9341fddf26a9b0f6bb74f7acbd7f40925fd6d476 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 31 Oct 2004 11:26:31 +0000 Subject: r3408: Another build fix (This used to be commit 0bc5105f71c79e8c709d3bdfcc57cf8621e6fad5) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') diff --git a/source3/Makefile.in b/source3/Makefile.in index bbccc5475a..128191fdd6 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -606,7 +606,7 @@ RPCTORTURE_OBJ = torture/rpctorture.o \ DEBUG2HTML_OBJ = utils/debug2html.o ubiqx/debugparse.o -SMBFILTER_OBJ = utils/smbfilter.o $(PARAM_OBJ) $(LIBSMB_OBJ) \ +SMBFILTER_OBJ = utils/smbfilter.o $(PARAM_OBJ) $(LIBSMB_OBJ) $(SECRETS_OBJ) \ $(UBIQX_OBJ) $(LIB_NONSMBD_OBJ) $(KRBCLIENT_OBJ) PROTO_OBJ = $(SMBD_OBJ_MAIN) \ -- cgit