From 0fe31b20938b880db13cbb0a0b7e416d7ca15138 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 18 Jul 2012 16:17:57 +0200 Subject: added URLSeen component --- src/GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/GNUmakefile') 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) -- cgit v1.2.3-54-g00ecf