From 69f32e239eafcfdc2392a8644c6de6ca6dbe83c1 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 15 Jul 2012 19:51:01 +0200 Subject: started to add URL filters --- src/GNUmakefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/GNUmakefile') diff --git a/src/GNUmakefile b/src/GNUmakefile index 8108a0c..7ef583b 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -33,7 +33,10 @@ CPP_OBJS = \ LibFetchRewindInputStream.o \ Frontier.o \ Deduper.o \ - HTMLLinkExtractProcessor.o + HTMLLinkExtractProcessor.o \ + ProtocolURLFilter.o \ + DomainURLFilter.o \ + ChainURLFilter.o CPP_BINS = \ crawlingwolf$(EXE) -- cgit v1.2.3-54-g00ecf