Use cmake to create the json-c.pc file, as suggested by PR#362.

This commit is contained in:
Eric Haszlakiewicz
2017-10-09 13:16:00 -04:00
parent 579f0746f0
commit cf913621f1
2 changed files with 16 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ Make any fixes/changes *before* branching.
Update the version in json_c_version.h
Update the version in Doxyfile
Update the version in configure.ac
Update the version in CMakeLists.txt
Use ${release}.
Update the libjson_la_LDFLAGS line in Makefile.am to the new version.
@@ -88,6 +89,7 @@ Add new section to ChangeLog
Update the version in json_c_version.h
Update the version in Doxyfile
Update the version in configure.ac
Update the version in CMakeLists.txt
Use ${release}.99 to indicate a version "newer" than anything on the branch.
Leave the libjson_la_LDFLAGS line in Makefile.am alone.