From 2db452d3d57df4b91375c0176e3a9527dbbc537c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 14 Jul 2012 22:30:39 +0200 Subject: first working crawler --- src/GNUmakefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/GNUmakefile') diff --git a/src/GNUmakefile b/src/GNUmakefile index b7d8651..8108a0c 100644 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -9,10 +9,12 @@ INCLUDE_CPPFLAGS = \ INCLUDE_LDFLAGS = \ INCLUDE_DIRS = \ - -I$(TOPDIR)/libfetch + -I$(TOPDIR)/libfetch \ + -I$(TOPDIR)/streamhtmlparser INCLUDE_LIBS = \ - $(TOPDIR)/libfetch/libfetch.a + $(TOPDIR)/libfetch/libfetch.a \ + $(TOPDIR)/streamhtmlparser/libstreamhtmlparser.a # openssl ifeq ($(WITH_SSL),1) -- cgit v1.2.3-54-g00ecf