From: Eric Haszlakiewicz Date: Wed, 3 Apr 2013 02:04:18 +0000 (-0500) Subject: Drop the libtool versions back down a bit to avoid changing the major number of the... X-Git-Tag: json-c-0.11-20130402^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F107%2Fhead;p=thirdparty%2Fjson-c.git 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. --- diff --git a/Makefile.am b/Makefile.am index 350115b8..df56a692 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 f6891872..2294dd54 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.