summaryrefslogtreecommitdiff
path: root/tests/fetcher
diff options
context:
space:
mode:
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)