summaryrefslogtreecommitdiff
path: root/tests/fetcher
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-09-02 11:14:10 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-09-02 11:14:10 +0200
commit2647605b72b36c0d106c2418f8ea411fb6a8e1a8 (patch)
treeb1a349489549a39cd003b9d8b969b337c5473e50 /tests/fetcher
parent13da385aa7f5e9a9f52288fd7735d6dc806fab73 (diff)
downloadcrawler-2647605b72b36c0d106c2418f8ea411fb6a8e1a8.tar.gz
crawler-2647605b72b36c0d106c2418f8ea411fb6a8e1a8.tar.bz2
some more fixes in linking
Diffstat (limited to 'tests/fetcher')
-rw-r--r--tests/fetcher/GNUmakefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/fetcher/GNUmakefile b/tests/fetcher/GNUmakefile
index b26f916..d6fa6ad 100644
--- a/tests/fetcher/GNUmakefile
+++ b/tests/fetcher/GNUmakefile
@@ -10,13 +10,15 @@ INCLUDE_DIRS = \
-I$(TOPDIR)/src/modules/urlnormalizer/simpleurl \
-I$(TOPDIR)/src/modules/fetcher/libfetch
-INCLUDE_LDFLAGS =
+INCLUDE_LDFLAGS = \
+ -L$(TOPDIR)/src \
+ -L$(TOPDIR)/libfetch
INCLUDE_LIBS = \
$(TOPDIR)/src/modules/urlnormalizer/simpleurl/libsimpleurlnormalizer.a \
$(TOPDIR)/src/modules/fetcher/libfetch/liblibfetchfetcher.a \
- $(TOPDIR)/src/libcrawler.a \
- $(TOPDIR)/libfetch/libfetch.a
+ -lcrawler \
+ -lfetch
# openssl
ifeq ($(WITH_SSL),1)