From a32c9262894f73b91d10db30bb6e7085d6bacd87 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 17 Apr 1999 14:06:57 +0000 Subject: damn, new files need to be added to the head branch first, I've told other people this before then forgot myself :) (This used to be commit a116228d37fdd18979caec6765394e79be49fa99) --- source3/Makefile.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index e473700f4d..3dff0ccf95 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -270,6 +270,9 @@ 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) \ + $(UBIQX_OBJ) $(LIB_OBJ) + RPCTORTURE_OBJ = utils/rpctorture.o \ rpcclient/display.o \ rpcclient/cmd_lsarpc.o \ @@ -299,6 +302,9 @@ smbtorture : CHECK bin/smbtorture rpctorture : CHECK bin/rpctorture +smbfilter : CHECK bin/smbfilter + + .SUFFIXES: .SUFFIXES: .c .o .po .po32 @@ -436,6 +442,10 @@ bin/rpctorture: $(RPCTORTURE_OBJ) bin/.dummy @echo Linking $@ @$(CC) $(FLAGS) -o $@ $(RPCTORTURE_OBJ) $(LDFLAGS) $(LIBS) +bin/smbfilter: $(SMBFILTER_OBJ) bin/.dummy + @echo Linking $@ + @$(CC) $(FLAGS) -o $@ $(SMBFILTER_OBJ) $(LDFLAGS) $(LIBS) + bin/debug2html: $(DEBUG2HTML_OBJ) bin/.dummy @echo Linking $@ @$(CC) $(FLAGS) -o $@ $(DEBUG2HTML_OBJ) $(LDFLAGS) $(LIBS) -- cgit