summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-07-29 13:08:00 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-07-29 13:08:00 +0200
commita29f0c14ed938c399531b696e93208044e2c6e07 (patch)
tree5f3bfcf4792ea843e57f30ac33e375aa934764b9 /src/GNUmakefile
parentae148a31b891c760eb08a6f9a2c279f6d7dd6ec2 (diff)
downloadcrawler-a29f0c14ed938c399531b696e93208044e2c6e07.tar.gz
crawler-a29f0c14ed938c399531b696e93208044e2c6e07.tar.bz2
temporarily removed domain, domain filter is a host filter now
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r--src/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index 3d3d7b8..4abdd22 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -33,7 +33,7 @@ LOCAL_STATIC_LIB_OBJS = \
Deduper.o \
HTMLLinkExtractProcessor.o \
ProtocolURLFilter.o \
- DomainURLFilter.o \
+ HostURLFilter.o \
ChainURLFilter.o \
MemoryURLSeen.o \
SimpleURLNormalizer.o