Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « zbxjson « libs « src - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f7981730a3001c34f26e65dab015f1b2cb7250b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## 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