aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2013-07-22 11:21:12 +1000
committerSteve Bennett <steveb@workware.net.au>2013-07-22 11:21:12 +1000
commitdff18cd0b2a62ac551587c6962f8db47851e7290 (patch)
treeec28a1743dd52ef75914ceeaf96b2a954777ca16 /Makefile.in
parent60c2c801c623cf135f0ea6847ffa1cac8f8b91cb (diff)
downloadjimtcl-dff18cd0b2a62ac551587c6962f8db47851e7290.zip
jimtcl-dff18cd0b2a62ac551587c6962f8db47851e7290.tar.gz
jimtcl-dff18cd0b2a62ac551587c6962f8db47851e7290.tar.bz2
Fix --shared build
Need to include the version in the name of the library to match the link line Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5d5a3f3..847ef0c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -33,7 +33,7 @@ VPATH := @srcdir@
@if JIM_STATICLIB
LIBJIM := libjim.a
@else
-LIBJIM := libjim.@LIBSOEXT@
+LIBJIM := libjim.@LIBSOEXT@.0.74
SH_LIBJIM := $(LIBJIM)
CC += $(SH_CFLAGS)
CXX += $(SH_CFLAGS)