summaryrefslogtreecommitdiff
path: root/src/modules/processor/robotstxt/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/processor/robotstxt/GNUmakefile')
-rw-r--r--src/modules/processor/robotstxt/GNUmakefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/modules/processor/robotstxt/GNUmakefile b/src/modules/processor/robotstxt/GNUmakefile
index d52c92e..cbfe420 100644
--- a/src/modules/processor/robotstxt/GNUmakefile
+++ b/src/modules/processor/robotstxt/GNUmakefile
@@ -9,18 +9,17 @@ INCLUDE_DIRS = \
-I$(TOPDIR)/include/logger \
-I$(TOPDIR)/include/util \
-I$(TOPDIR)/include/module \
- -I$(TOPDIR)/include/crawler \
- -I$(TOPDIR)/streamhtmlparser
+ -I$(TOPDIR)/include/crawler
INCLUDE_CXXFLAGS = \
INCLUDE_LDFLAGS = \
-L$(TOPDIR)/src/libcrawler \
- -L$(TOPDIR)/streamhtmlparser
+ -L$(TOPDIR)/src/libutil
INCLUDE_LIBS = \
-lcrawler \
- -lstreamhtmlparser
+ -lutil
DYNAMIC_MODULE = \
mod_processor_robotstxt.so