Browse Source

Merge pull request #149 from cicku/patch-2

SONAME bump
tags/json-c-0.13-20171207
Eric Haszlakiewicz 10 years ago
parent
commit
cbedf2f7ca
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile.am

+ 1
- 1
Makefile.am View File

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

libjson_c_la_LDFLAGS = -version-info 2:0:0 -no-undefined @JSON_BSYMBOLIC_LDFLAGS@
libjson_c_la_LDFLAGS = -version-info 3:0:0 -no-undefined @JSON_BSYMBOLIC_LDFLAGS@

libjson_c_la_SOURCES = \
arraylist.c \


Loading…
Cancel
Save