Add a json_c_version.h header (included from json.h), and several macros and functions for retrieving the json-c version at compile-time and run-time.

This commit is contained in:
Eric Haszlakiewicz
2012-12-23 10:57:44 -06:00
parent d7de3aa24b
commit 1461b49385
4 changed files with 45 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ libjson_cinclude_HEADERS = \
debug.h \
json.h \
json_config.h \
json_c_version.h \
json_inttypes.h \
json_object.h \
json_object_iterator.h \
@@ -48,6 +49,7 @@ endif
libjson_c_la_SOURCES = \
arraylist.c \
debug.c \
json_c_version.c \
json_object.c \
json_object_iterator.c \
json_tokener.c \