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) --- Makefile.W32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.W32') diff --git a/Makefile.W32 b/Makefile.W32 index 5cc4550..01adc6d 100755 --- a/Makefile.W32 +++ b/Makefile.W32 @@ -1,6 +1,6 @@ TOPDIR = . -SUBDIRS = utils googleurl streamhtmlparser sqlite3 src tests +SUBDIRS = utils googleurl streamhtmlparser sqlite3 lua src tests PACKAGE_NAME = crawler PACKAGE_VERSION = 0.0.1 -- cgit v1.2.3-54-g00ecf