summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2015-03-05 18:00:29 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2015-03-05 18:00:29 +0100
commit5bc84b277da9ed51e70d070f38688f629e18fb73 (patch)
tree39821eedde78c06370c4875c539525f382cac001 /GNUmakefile
parent8c195035bc14f186fa46abdad59b036bb2840b4b (diff)
downloadcrawler-5bc84b277da9ed51e70d070f38688f629e18fb73.tar.gz
crawler-5bc84b277da9ed51e70d070f38688f629e18fb73.tar.bz2
more lua fixes
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
1 files changed, 5 insertions, 1 deletions
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