Browse Source

Bump the version of the new library since programs will need to be re-linked to use it.

tags/json-c-0.11-20130402
Eric Haszlakiewicz 13 years ago
parent
commit
9f16e25a3e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.am

+ 1
- 1
Makefile.am View File

@@ -32,7 +32,7 @@ libjson_cinclude_HEADERS = \
#libjsonx_include_HEADERS = \ #libjsonx_include_HEADERS = \
# json_config.h # json_config.h


libjson_c_la_LDFLAGS = -version-info 1:0:1 -no-undefined
libjson_c_la_LDFLAGS = -version-info 2:0: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


Loading…
Cancel
Save