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