summaryrefslogtreecommitdiff
path: root/tests/fetcher/Makefile.W32
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fetcher/Makefile.W32')
-rwxr-xr-xtests/fetcher/Makefile.W323
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/fetcher/Makefile.W32 b/tests/fetcher/Makefile.W32
index b4e5128..0ebfb09 100755
--- a/tests/fetcher/Makefile.W32
+++ b/tests/fetcher/Makefile.W32
@@ -11,6 +11,7 @@ INCLUDE_CXXFLAGS = \
INCLUDE_DIRS = \
/I. \
/I$(TOPDIR)\src \
+ /I$(TOPDIR)\include \
/I$(TOPDIR)\include\module \
/I$(TOPDIR)\include\util \
/I$(TOPDIR)\include\crawler \
@@ -22,7 +23,7 @@ INCLUDE_LDFLAGS = \
INCLUDE_LIBS = \
$(TOPDIR)\src\modules\fetcher\winhttp\winhttpfetcher.lib \
WinHttp.lib \
- $(TOPDIR)\src\modules\urlnormalizer\simpleurl\simpleurlnormalizerstatic.lib \
+ $(TOPDIR)\src\modules\urlnormalizer\simpleurl\simpleurlnormalizer.lib \
$(TOPDIR)\src\libcrawler\crawlerstatic.lib \
$(TOPDIR)\src\libutil\util.lib