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