aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
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 /.gitignore
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 '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 87705d5..fd90885 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,7 +13,7 @@ jim-oo.c
jimsh
*.exe
libjim.a
-*.so
+*.so.*
*.dll
*.o
configure.gnu