summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-07-14 17:16:21 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-07-14 17:16:21 +0200
commit54cce110784d33d658b5f78286a98bee244a9eeb (patch)
tree9c4d998343e7dc88323ae8ef6d5a04c6b958df9c /src/GNUmakefile
parentfcb682cb1955d362390665330fdf476cab7dc10b (diff)
downloadcrawler-54cce110784d33d658b5f78286a98bee244a9eeb.tar.gz
crawler-54cce110784d33d658b5f78286a98bee244a9eeb.tar.bz2
added streamhtmlparser
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 d9c8234..b7d8651 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -30,7 +30,8 @@ CPP_OBJS = \
LibFetchFetcher.o \
LibFetchRewindInputStream.o \
Frontier.o \
- Deduper.o
+ Deduper.o \
+ HTMLLinkExtractProcessor.o
CPP_BINS = \
crawlingwolf$(EXE)