From 97ef11033a39d85752d2fb262f2aae5712504fb2 Mon Sep 17 00:00:00 2001 From: Eric Haszlakiewicz Date: Tue, 2 Apr 2013 21:04:18 -0500 Subject: [PATCH] Drop the libtool versions back down a bit to avoid changing the major number of the library. Programs compiled against v0.10 should work ok with v0.11. --- Makefile.am | 2 +- Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 350115b..df56a69 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,7 @@ libjson_cinclude_HEADERS = \ #libjsonx_include_HEADERS = \ # json_config.h -libjson_c_la_LDFLAGS = -version-info 3:0:1 -no-undefined +libjson_c_la_LDFLAGS = -version-info 2:1:0 -no-undefined if ENABLE_OLDNAME_COMPAT libjson_la_LDFLAGS = -version-info 1:0:1 -no-undefined -ljson-c diff --git a/Makefile.in b/Makefile.in index f689187..2294dd5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -302,7 +302,7 @@ libjson_cinclude_HEADERS = \ # #libjsonx_include_HEADERS = \ # json_config.h -libjson_c_la_LDFLAGS = -version-info 3:0:1 -no-undefined +libjson_c_la_LDFLAGS = -version-info 2:1:0 -no-undefined @ENABLE_OLDNAME_COMPAT_TRUE@libjson_la_LDFLAGS = -version-info 1:0:1 -no-undefined -ljson-c # Temporary libjson library. This will be removed after one release. -- 2.7.4