From 2dc69f7a10e03f1dc5bdcea922507bdaddf8258f Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 10 Sep 2012 10:39:53 +0200 Subject: fixed logger to liblogger renaming on Linux --- src/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/GNUmakefile') diff --git a/src/GNUmakefile b/src/GNUmakefile index 187fbb9..db6ace8 100755 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -17,4 +17,4 @@ local_uninstall: local_test: run: - @LD_LIBRARY_PATH=$(TOPDIR)/src:$(TOPDIR)/src/logger:$(TOPDIR)/src/libcrawler:$(TOPDIR)/googleurl:$(TOPDIR)/libfetch:$(TOPDIR)/streamhtmlparser $(TOPDIR)/src/crawl/crawl + @LD_LIBRARY_PATH=$(TOPDIR)/src:$(TOPDIR)/src/liblogger:$(TOPDIR)/src/libcrawler:$(TOPDIR)/googleurl:$(TOPDIR)/libfetch:$(TOPDIR)/streamhtmlparser $(TOPDIR)/src/crawl/crawl -- cgit v1.2.3-54-g00ecf