summaryrefslogtreecommitdiff
path: root/src/modules/fetcher/file
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-09-06 10:25:57 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-09-06 10:25:57 +0200
commitf5c586f7231f7e033c5528bcefea357e4e64441c (patch)
tree4d039e54c77bdb84a1cb79b56db7b62bccdd43d8 /src/modules/fetcher/file
parenta29c464aa72d46cc956ac2752a2518526c499716 (diff)
downloadcrawler-f5c586f7231f7e033c5528bcefea357e4e64441c.tar.gz
crawler-f5c586f7231f7e033c5528bcefea357e4e64441c.tar.bz2
first properly working logger on Windows (singleton dll issue)
Diffstat (limited to 'src/modules/fetcher/file')
-rwxr-xr-xsrc/modules/fetcher/file/Makefile.W324
1 files changed, 3 insertions, 1 deletions
diff --git a/src/modules/fetcher/file/Makefile.W32 b/src/modules/fetcher/file/Makefile.W32
index ddc942d..3203d6d 100755
--- a/src/modules/fetcher/file/Makefile.W32
+++ b/src/modules/fetcher/file/Makefile.W32
@@ -9,7 +9,9 @@ INCLUDE_CXXFLAGS = \
INCLUDE_DIRS = \
/I. \
- /I$(TOPDIR)\src
+ /I$(TOPDIR)\src \
+ /I$(TOPDIR)\include\module \
+ /I$(TOPDIR)\include\util
INCLUDE_LDFLAGS = \