From dff18cd0b2a62ac551587c6962f8db47851e7290 Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Mon, 22 Jul 2013 11:21:12 +1000 Subject: Fix --shared build Need to include the version in the name of the library to match the link line Signed-off-by: Steve Bennett --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') 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 -- cgit v1.1