From 546797ad5d99225c012034a7b901144c5d67064a Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 14 Oct 2014 16:35:42 +0200 Subject: 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! --- src/modules/urlnormalizer/googleurl/Makefile.W32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3-54-g00ecf