summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-07-18 16:17:57 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-07-18 16:17:57 +0200
commit0fe31b20938b880db13cbb0a0b7e416d7ca15138 (patch)
tree1309d1564d4848b192fafa4b9c410879b55286de /src/GNUmakefile
parentf49c6fe1f7f6cbb3fc7f9ea17cbf47e00d07aa4f (diff)
downloadcrawler-0fe31b20938b880db13cbb0a0b7e416d7ca15138.tar.gz
crawler-0fe31b20938b880db13cbb0a0b7e416d7ca15138.tar.bz2
added URLSeen component
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r--src/GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index 7ef583b..823c7be 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -36,7 +36,8 @@ CPP_OBJS = \
HTMLLinkExtractProcessor.o \
ProtocolURLFilter.o \
DomainURLFilter.o \
- ChainURLFilter.o
+ ChainURLFilter.o \
+ MemoryURLSeen.o
CPP_BINS = \
crawlingwolf$(EXE)