From 9b45c403b8cadd58bdee9c64651de90c22a71995 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 4 Sep 2012 21:56:42 +0200 Subject: pimplified logger, hides list of sinks (internal implementation) made logger test link statically again (for valgrind and gdb) --- src/GNUmakefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/GNUmakefile') diff --git a/src/GNUmakefile b/src/GNUmakefile index 592a6a0..4cd1978 100755 --- a/src/GNUmakefile +++ b/src/GNUmakefile @@ -23,6 +23,8 @@ INCLUDE_LIBS += \ $(OPENSSL_LIBS) endif +STATIC_LIB = libcrawler.a + DYNAMIC_LIB = libcrawler.so DYNAMIC_LIB_MAJOR = 0 DYNAMIC_LIB_MINOR = 0 @@ -61,4 +63,4 @@ local_uninstall: local_test: run: - LD_LIBRARY_PATH=$(TOPDIR)/src:$(TOPDIR)/googleurl:$(TOPDIR)/libfetch:$(TOPDIR)/streamhtmlparser ./crawl + @LD_LIBRARY_PATH=$(TOPDIR)/src:$(TOPDIR)/googleurl:$(TOPDIR)/libfetch:$(TOPDIR)/streamhtmlparser ./crawl -- cgit v1.2.3-54-g00ecf