summaryrefslogtreecommitdiff
path: root/src/modules/processor/sitemap/Makefile.W32
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/processor/sitemap/Makefile.W32')
-rwxr-xr-xsrc/modules/processor/sitemap/Makefile.W325
1 files changed, 3 insertions, 2 deletions
diff --git a/src/modules/processor/sitemap/Makefile.W32 b/src/modules/processor/sitemap/Makefile.W32
index 115b4c8..1f30297 100755
--- a/src/modules/processor/sitemap/Makefile.W32
+++ b/src/modules/processor/sitemap/Makefile.W32
@@ -13,7 +13,8 @@ INCLUDE_DIRS = \
/I$(TOPDIR)\include\module \
/I$(TOPDIR)\include\util \
/I$(TOPDIR)\include\logger \
- /I$(TOPDIR)\include\crawler
+ /I$(TOPDIR)\include\crawler \
+ /I$(TOPDIR)\textwolf\include
INCLUDE_LDFLAGS = \
@@ -31,7 +32,7 @@ CPP_OBJS = \
SitemapProcessor.obj
SHARED_CPP_OBJS = \
- HTMLLinkExtractProcessor.dllobj
+ SitemapProcessor.dllobj
!INCLUDE $(TOPDIR)\makefiles\nmake\sub.mk