summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
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