From 388a408a73f9bf7bede7747745f92f5d8909f4fd Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 17 Apr 1999 14:09:15 +0000 Subject: fixed a typo (This used to be commit 12d55d208a04b6466035be425173f20c24be094a) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index 3dff0ccf95..12cf802e3c 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -270,7 +270,7 @@ DEBUG2HTML_OBJ = utils/debug2html.o $(PARAM_OBJ) $(LIB_OBJ) SMBTORTURE_OBJ = utils/torture.o $(LIBSMB_OBJ) $(PARAM_OBJ) \ $(UBIQX_OBJ) $(LIB_OBJ) -SMBFILTER_OBJ = utils/filter.o $(LIBSMB_OBJ) $(PARAM_OBJ) \ +SMBFILTER_OBJ = utils/smbfilter.o $(LIBSMB_OBJ) $(PARAM_OBJ) \ $(UBIQX_OBJ) $(LIB_OBJ) RPCTORTURE_OBJ = utils/rpctorture.o \ -- cgit