From 54cce110784d33d658b5f78286a98bee244a9eeb Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 14 Jul 2012 17:16:21 +0200 Subject: added streamhtmlparser --- src/GNUmakefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/GNUmakefile') 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) -- cgit v1.2.3-54-g00ecf