From 27f7061a05c3ac7c393e15b7defbc106eca7adc7 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 18 Mar 2012 03:33:09 +0000 Subject: allow the SHARED_LIB var to be overridden svn path=/trunk/externals/template/; revision=16077 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 215b863..3eebe16 100644 --- a/Makefile +++ b/Makefile @@ -237,7 +237,7 @@ ALL_LIBS := $(LIBS) $(ALL_LIBS) SHARED_SOURCE ?= $(wildcard lib$(LIBRARY_NAME).c) SHARED_HEADER ?= $(shell test ! -e $(LIBRARY_NAME).h || echo $(LIBRARY_NAME).h) -SHARED_LIB = $(SHARED_SOURCE:.c=.$(SHARED_EXTENSION)) +SHARED_LIB ?= $(SHARED_SOURCE:.c=.$(SHARED_EXTENSION)) SHARED_TCL_LIB = $(wildcard lib$(LIBRARY_NAME).tcl) .PHONY = install libdir_install single_install install-doc install-examples install-manual install-unittests clean distclean dist etags $(LIBRARY_NAME) -- cgit v1.2.1