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