## Process this file with automake to produce Makefile.in

noinst_LIBRARIES = libzbxjson.a

libzbxjson_a_SOURCES = \
	json.c \
	json.h \
	json_parser.c \
	json_parser.h \
	jsonpath.c \
	jsonpath.h \
	jsonobj.c \
	jsonobj.h