summaryrefslogtreecommitdiff
path: root/src/modules/processor/htmllinkextract/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/processor/htmllinkextract/GNUmakefile')
-rw-r--r--src/modules/processor/htmllinkextract/GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/processor/htmllinkextract/GNUmakefile b/src/modules/processor/htmllinkextract/GNUmakefile
index 139841a..77a9b32 100644
--- a/src/modules/processor/htmllinkextract/GNUmakefile
+++ b/src/modules/processor/htmllinkextract/GNUmakefile
@@ -9,12 +9,13 @@ INCLUDE_DIRS = \
-I$(TOPDIR)/include/logger \
-I$(TOPDIR)/include/util \
-I$(TOPDIR)/include/module \
+ -I$(TOPDIR)/include/crawler \
-I$(TOPDIR)/streamhtmlparser
INCLUDE_CXXFLAGS = \
INCLUDE_LDFLAGS = \
- -L$(TOPDIR)/src \
+ -L$(TOPDIR)/src/libcrawler \
-L$(TOPDIR)/streamhtmlparser
INCLUDE_LIBS = \