From 1b53904e4e7d596bc50dbddb17a101cf23ee8b6d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 28 Sep 2014 15:29:25 +0200 Subject: added lua for writting/configuring the crawler (instead of a hard-coded crawler.c) --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index dc35d94..dcbfbfa 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,6 +1,6 @@ TOPDIR = . -SUBDIRS = libfetch googleurl streamhtmlparser sqlite3 src tests +SUBDIRS = libfetch googleurl streamhtmlparser sqlite3 lua src tests PACKAGE_NAME = crawler PACKAGE_VERSION = 0.0.1 -- cgit v1.2.3-54-g00ecf