summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-09-04 21:56:42 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-09-04 21:56:42 +0200
commit9b45c403b8cadd58bdee9c64651de90c22a71995 (patch)
treef2321d237a41feb1ffbcdaaf63fb82283700394a /src/GNUmakefile
parent804108cb08d9f2f1cd892a051b1941fa2d26a070 (diff)
downloadcrawler-9b45c403b8cadd58bdee9c64651de90c22a71995.tar.gz
crawler-9b45c403b8cadd58bdee9c64651de90c22a71995.tar.bz2
pimplified logger, hides list of sinks (internal implementation)
made logger test link statically again (for valgrind and gdb)
Diffstat (limited to 'src/GNUmakefile')
-rwxr-xr-xsrc/GNUmakefile4
1 files changed, 3 insertions, 1 deletions
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