summaryrefslogtreecommitdiff
path: root/src/modules/typedetect/libmagic/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/typedetect/libmagic/GNUmakefile')
-rw-r--r--src/modules/typedetect/libmagic/GNUmakefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/modules/typedetect/libmagic/GNUmakefile b/src/modules/typedetect/libmagic/GNUmakefile
index 4033cb4..0c4bb64 100644
--- a/src/modules/typedetect/libmagic/GNUmakefile
+++ b/src/modules/typedetect/libmagic/GNUmakefile
@@ -8,12 +8,13 @@ INCLUDE_DIRS = \
-I. -I$(TOPDIR)/src \
-I$(TOPDIR)/include/logger \
-I$(TOPDIR)/include/util \
- -I$(TOPDIR)/include/module
+ -I$(TOPDIR)/include/module \
+ -I$(TOPDIR)/include/crawler
INCLUDE_CXXFLAGS = \
INCLUDE_LDFLAGS = \
- -L$(TOPDIR)/src
+ -L$(TOPDIR)/src/libcrawler
INCLUDE_LIBS = \
-lcrawler \