summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
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)