summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-10-08 15:39:00 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2014-10-08 15:39:00 +0200
commit0b58dfebe6070ace895fdc3970020b2d01799269 (patch)
treefb996026d43655afe8da3ba51de7f7274f38039f /src/modules
parent7280e10e8bfa507953d8c823abd502db98c514fa (diff)
downloadcrawler-0b58dfebe6070ace895fdc3970020b2d01799269.tar.gz
crawler-0b58dfebe6070ace895fdc3970020b2d01799269.tar.bz2
compilation fix lua (how did it ever work!)
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/processor/robotstxt/GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/processor/robotstxt/GNUmakefile b/src/modules/processor/robotstxt/GNUmakefile
index cbfe420..c8ffd4e 100644
--- a/src/modules/processor/robotstxt/GNUmakefile
+++ b/src/modules/processor/robotstxt/GNUmakefile
@@ -6,6 +6,7 @@ SUBDIRS =
INCLUDE_DIRS = \
-I. -I$(TOPDIR)/src \
+ -I$(TOPDIR)/include \
-I$(TOPDIR)/include/logger \
-I$(TOPDIR)/include/util \
-I$(TOPDIR)/include/module \