summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-07-15 19:51:01 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-07-15 19:51:01 +0200
commit69f32e239eafcfdc2392a8644c6de6ca6dbe83c1 (patch)
tree1f1776b2317df13f3a02069ca8b2ebbfb2ab2f80 /src/GNUmakefile
parentbcb4f8f59bc1c522d2c677d8cffb4adbff45aa26 (diff)
downloadcrawler-69f32e239eafcfdc2392a8644c6de6ca6dbe83c1.tar.gz
crawler-69f32e239eafcfdc2392a8644c6de6ca6dbe83c1.tar.bz2
started to add URL filters
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r--src/GNUmakefile5
1 files changed, 4 insertions, 1 deletions
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)