summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-10-09 10:18:17 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2014-10-09 10:18:17 +0200
commit40a0135c66e3271eb3842c1b66edef68d00de370 (patch)
tree0d757e8804e8f87d9ea3138f08de24749e1336e2 /GNUmakefile
parentf92578d63e8ce19884247343710eafe42edecdf4 (diff)
downloadcrawler-40a0135c66e3271eb3842c1b66edef68d00de370.tar.gz
crawler-40a0135c66e3271eb3842c1b66edef68d00de370.tar.bz2
adaptiosn to use local tolua
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile10
1 files changed, 9 insertions, 1 deletions
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