summaryrefslogtreecommitdiff
path: root/src/modules/fetcher/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-03-05 18:00:29 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2015-03-05 18:00:29 +0100
commit5bc84b277da9ed51e70d070f38688f629e18fb73 (patch)
tree39821eedde78c06370c4875c539525f382cac001 /src/modules/fetcher/GNUmakefile
parent8c195035bc14f186fa46abdad59b036bb2840b4b (diff)
downloadcrawler-5bc84b277da9ed51e70d070f38688f629e18fb73.tar.gz
crawler-5bc84b277da9ed51e70d070f38688f629e18fb73.tar.bz2
more lua fixes
Diffstat (limited to 'src/modules/fetcher/GNUmakefile')
-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 feb638c..d4f3684 100644
--- a/src/modules/fetcher/GNUmakefile
+++ b/src/modules/fetcher/GNUmakefile
@@ -1,11 +1,15 @@
TOPDIR = ../../..
-SUBDIRS = libfetch file
+SUBDIRS = file
ifeq ($(WITH_CURL),1)
SUBDIRS += libcurl
endif
+ifeq ($(WITH_LIBFETCH),1)
+SUBDIRS += libfetch
+endif
+
-include $(TOPDIR)/makefiles/gmake/sub.mk
local_all: