Browse Source

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.

tags/json-c-0.11-20130402^0
Eric Haszlakiewicz 12 years ago
parent
commit
97ef11033a
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      Makefile.am
  2. +1
    -1
      Makefile.in

+ 1
- 1
Makefile.am View File

@@ -36,7 +36,7 @@ libjson_cinclude_HEADERS = \
#libjsonx_include_HEADERS = \ #libjsonx_include_HEADERS = \
# json_config.h # 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 if ENABLE_OLDNAME_COMPAT
libjson_la_LDFLAGS = -version-info 1:0:1 -no-undefined -ljson-c libjson_la_LDFLAGS = -version-info 1:0:1 -no-undefined -ljson-c


+ 1
- 1
Makefile.in View File

@@ -302,7 +302,7 @@ libjson_cinclude_HEADERS = \
# #
#libjsonx_include_HEADERS = \ #libjsonx_include_HEADERS = \
# json_config.h # 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 @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. # Temporary libjson library. This will be removed after one release.


Loading…
Cancel
Save