summaryrefslogtreecommitdiff
path: root/tests/typedetect
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/typedetect
parentb3ec0b60c5b4911d048db84cec92fdee5ee7b9a5 (diff)
downloadcrawler-8cbb2941b31878f7b0cccc3763f8df0d41554212.tar.gz
crawler-8cbb2941b31878f7b0cccc3763f8df0d41554212.tar.bz2
renamed
Diffstat (limited to 'tests/typedetect')
-rw-r--r--tests/typedetect/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typedetect/GNUmakefile b/tests/typedetect/GNUmakefile
index a3a8475..251a2a2 100644
--- a/tests/typedetect/GNUmakefile
+++ b/tests/typedetect/GNUmakefile
@@ -21,7 +21,7 @@ INCLUDE_LIBS = \
$(TOPDIR)/src/modules/fetcher/libfetch/liblibfetchfetcher.a \
$(TOPDIR)/libfetch/libfetch.a \
$(TOPDIR)/src/modules/urlnormalizer/simpleurl/libsimpleurlnormalizer.a \
- $(TOPDIR)/src/libcrawlingwolf.a
+ $(TOPDIR)/src/libcrawler.a
# openssl
ifeq ($(WITH_SSL),1)