summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
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