From 374c902e272f06833cfc67e3b8bd86cc7ae7cd3c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 6 Sep 2012 22:38:42 +0200 Subject: crawler fixed on Linux --- src/GNUmakefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/GNUmakefile') diff --git a/src/GNUmakefile b/src/GNUmakefile index 7367ce2..9f95bbe 100755 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -15,3 +15,6 @@ local_install: local_uninstall: local_test: + +run: + @LD_LIBRARY_PATH=$(TOPDIR)/src:$(TOPDIR)/src/logger:$(TOPDIR)/googleurl:$(TOPDIR)/libfetch:$(TOPDIR)/streamhtmlparser $(TOPDIR)/src/crawl/crawl -- cgit v1.2.3-54-g00ecf