summaryrefslogtreecommitdiff
path: root/tests/fetcher
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-15 18:32:10 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-15 18:32:10 +0200
commit8cbb2941b31878f7b0cccc3763f8df0d41554212 (patch)
treee0f9c9fe22d9ab45f051a1223a50fb25592a8df7 /tests/fetcher
parentb3ec0b60c5b4911d048db84cec92fdee5ee7b9a5 (diff)
downloadcrawler-8cbb2941b31878f7b0cccc3763f8df0d41554212.tar.gz
crawler-8cbb2941b31878f7b0cccc3763f8df0d41554212.tar.bz2
renamed
Diffstat (limited to 'tests/fetcher')
-rw-r--r--tests/fetcher/GNUmakefile2
-rwxr-xr-xtests/fetcher/Makefile.W322
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/fetcher/GNUmakefile b/tests/fetcher/GNUmakefile
index f6e0d25..b26f916 100644
--- a/tests/fetcher/GNUmakefile
+++ b/tests/fetcher/GNUmakefile
@@ -15,7 +15,7 @@ INCLUDE_LDFLAGS =
INCLUDE_LIBS = \
$(TOPDIR)/src/modules/urlnormalizer/simpleurl/libsimpleurlnormalizer.a \
$(TOPDIR)/src/modules/fetcher/libfetch/liblibfetchfetcher.a \
- $(TOPDIR)/src/libcrawlingwolf.a \
+ $(TOPDIR)/src/libcrawler.a \
$(TOPDIR)/libfetch/libfetch.a
# openssl
diff --git a/tests/fetcher/Makefile.W32 b/tests/fetcher/Makefile.W32
index c472a8a..9a94a75 100755
--- a/tests/fetcher/Makefile.W32
+++ b/tests/fetcher/Makefile.W32
@@ -17,7 +17,7 @@ INCLUDE_DIRS = \
INCLUDE_LDFLAGS = \
INCLUDE_LIBS = \
- $(TOPDIR)\src\crawlingwolf.lib \
+ $(TOPDIR)\src\crawler.lib \
$(TOPDIR)\src\modules\fetcher\winhttp\winhttpfetcher.lib \
$(TOPDIR)\src\modules\urlnormalizer\simpleurl\simpleurlnormalizer.lib