summaryrefslogtreecommitdiff
path: root/tests/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-10-03 17:58:36 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2014-10-03 17:58:36 +0200
commit92ba06d58475fd4ab07d8e3b1efa6993f1f02340 (patch)
tree385a511835136fb2d190df05651b03c015690e91 /tests/GNUmakefile
parentee52b3eab8cc7feb49fa6db964b94b35e2bc8bac (diff)
downloadcrawler-92ba06d58475fd4ab07d8e3b1efa6993f1f02340.tar.gz
crawler-92ba06d58475fd4ab07d8e3b1efa6993f1f02340.tar.bz2
added an experimental curl fetcher
Diffstat (limited to 'tests/GNUmakefile')
-rw-r--r--tests/GNUmakefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile
index a21e409..ae574dd 100644
--- a/tests/GNUmakefile
+++ b/tests/GNUmakefile
@@ -1,9 +1,13 @@
TOPDIR = ..
SUBDIRS = \
- utils logger modules url streamhtmlparser libfetch curl psql sqlite typedetect \
+ utils logger modules url streamhtmlparser libfetch psql sqlite typedetect \
fetcher textwolf
+ifeq ($(WITH_CURL),1)
+SUBDIRS += libcurl
+endif
+
-include $(TOPDIR)/makefiles/gmake/sub.mk
local_all: