From 40a0135c66e3271eb3842c1b66edef68d00de370 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 9 Oct 2014 10:18:17 +0200 Subject: adaptiosn to use local tolua --- GNUmakefile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index dcbfbfa..a74de4d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,6 +1,14 @@ TOPDIR = . -SUBDIRS = libfetch googleurl streamhtmlparser sqlite3 lua src tests +SUBDIRS = libfetch googleurl streamhtmlparser src tests + +ifeq ($(WITH_LOCAL_SQLITE),1) +SUBDIRS += sqlite3 +endif + +ifeq ($(WITH_LUA),1) +SUBDIRS += lua tolua +endif PACKAGE_NAME = crawler PACKAGE_VERSION = 0.0.1 -- cgit v1.2.3-54-g00ecf