summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/modules/fetcher/GNUmakefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/modules/fetcher/GNUmakefile b/src/modules/fetcher/GNUmakefile
index 6be8eaa..feb638c 100644
--- a/src/modules/fetcher/GNUmakefile
+++ b/src/modules/fetcher/GNUmakefile
@@ -1,6 +1,10 @@
TOPDIR = ../../..
-SUBDIRS = libfetch file libcurl
+SUBDIRS = libfetch file
+
+ifeq ($(WITH_CURL),1)
+SUBDIRS += libcurl
+endif
-include $(TOPDIR)/makefiles/gmake/sub.mk