From 5bc84b277da9ed51e70d070f38688f629e18fb73 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 5 Mar 2015 18:00:29 +0100 Subject: more lua fixes --- src/modules/fetcher/GNUmakefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/modules/fetcher/GNUmakefile') 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: -- cgit v1.2.3-54-g00ecf