summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1999-04-17 14:06:57 +0000
committerAndrew Tridgell <tridge@samba.org>1999-04-17 14:06:57 +0000
commita32c9262894f73b91d10db30bb6e7085d6bacd87 (patch)
tree91cba4acca39ea4553943674194536089fec486f /source3/Makefile.in
parentbc6858805b280dd0ff5393350b699176e138e39f (diff)
downloadsamba-a32c9262894f73b91d10db30bb6e7085d6bacd87.tar.gz
samba-a32c9262894f73b91d10db30bb6e7085d6bacd87.tar.bz2
samba-a32c9262894f73b91d10db30bb6e7085d6bacd87.zip
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)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in10
1 files changed, 10 insertions, 0 deletions
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)