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 --- GNUmakefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 8c83b3e..c999cb7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,6 +1,6 @@ TOPDIR = . -SUBDIRS = libfetch googleurl streamhtmlparser src tests +SUBDIRS = googleurl streamhtmlparser src tests ifeq ($(WITH_LOCAL_SQLITE),1) SUBDIRS += sqlite3 @@ -10,6 +10,10 @@ ifeq ($(WITH_LUA),1) SUBDIRS := lua tolua $(SUBDIRS) endif +ifeq ($(WITH_LOCAL_LIBFETCH),1) +SUBDIRS := libfetch +endif + PACKAGE_NAME = crawler PACKAGE_VERSION = 0.0.1 -- cgit v1.2.3-54-g00ecf