summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-07-14 22:30:39 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-07-14 22:30:39 +0200
commit2db452d3d57df4b91375c0176e3a9527dbbc537c (patch)
tree96289944f5195438c83895c31a8e530efbd4045a /src/GNUmakefile
parent3c903a9a1784edc375119f1db7992e94765c0fbf (diff)
downloadcrawler-2db452d3d57df4b91375c0176e3a9527dbbc537c.tar.gz
crawler-2db452d3d57df4b91375c0176e3a9527dbbc537c.tar.bz2
first working crawler
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r--src/GNUmakefile6
1 files changed, 4 insertions, 2 deletions
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)