summaryrefslogtreecommitdiff
path: root/tests/url
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/url
parentb3ec0b60c5b4911d048db84cec92fdee5ee7b9a5 (diff)
downloadcrawler-8cbb2941b31878f7b0cccc3763f8df0d41554212.tar.gz
crawler-8cbb2941b31878f7b0cccc3763f8df0d41554212.tar.bz2
renamed
Diffstat (limited to 'tests/url')
-rw-r--r--tests/url/GNUmakefile2
-rwxr-xr-xtests/url/Makefile.W322
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/url/GNUmakefile b/tests/url/GNUmakefile
index 69d882d..38de19c 100644
--- a/tests/url/GNUmakefile
+++ b/tests/url/GNUmakefile
@@ -13,7 +13,7 @@ INCLUDE_DIRS = \
INCLUDE_LDFLAGS =
INCLUDE_LIBS = \
- $(TOPDIR)/src/libcrawlingwolf.a \
+ $(TOPDIR)/src/libcrawler.a \
$(TOPDIR)/src/modules/urlnormalizer/simpleurl/libsimpleurlnormalizer.a \
$(TOPDIR)/src/modules/urlnormalizer/googleurl/libgoogleurlnormalizer.a \
$(TOPDIR)/googleurl/libgoogleurl.a \
diff --git a/tests/url/Makefile.W32 b/tests/url/Makefile.W32
index 27c140e..806f3f2 100755
--- a/tests/url/Makefile.W32
+++ b/tests/url/Makefile.W32
@@ -17,7 +17,7 @@ INCLUDE_DIRS = \
INCLUDE_LDFLAGS = \
INCLUDE_LIBS = \
- $(TOPDIR)\src\crawlingwolf.lib \
+ $(TOPDIR)\src\crawler.lib \
$(TOPDIR)\src\modules\urlnormalizer\simpleurl\simpleurlnormalizer.lib \
$(TOPDIR)\src\modules\urlnormalizer\googleurl\googleurlnormalizer.lib \
$(TOPDIR)\googleurl\googleurl.lib \