summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2014-10-14 16:35:42 +0200
committerAndreas Baumann <abaumann@yahoo.com>2014-10-14 16:35:42 +0200
commit546797ad5d99225c012034a7b901144c5d67064a (patch)
tree0a61f42cef37fd910e998dff72873210cdee7806 /src
parent0a2d48f6d86c48c1f643a28f6f4f9420a3cf58ad (diff)
downloadcrawler-546797ad5d99225c012034a7b901144c5d67064a.tar.gz
crawler-546797ad5d99225c012034a7b901144c5d67064a.tar.bz2
fixed url normalizer tests on Windows (by linking them statically).
There is some improvement to make the WITH_MODULELOADER a make property and not hard-coded in the makefiles!
Diffstat (limited to 'src')
-rwxr-xr-xsrc/modules/urlnormalizer/googleurl/Makefile.W322
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/urlnormalizer/googleurl/Makefile.W32 b/src/modules/urlnormalizer/googleurl/Makefile.W32
index 6934972..5c29d45 100755
--- a/src/modules/urlnormalizer/googleurl/Makefile.W32
+++ b/src/modules/urlnormalizer/googleurl/Makefile.W32
@@ -23,7 +23,7 @@ INCLUDE_DIRS = \
!IFDEF WITH_LUA
INCLUDE_DIRS = $(INCLUDE_DIRS) \
- -I$(TOPDIR)\include\luaglue \
+ /I$(TOPDIR)\include\luaglue \
$(TOLUA_INCLUDES)
!ENDIF