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: ad27f80c98ee09de6bbe1c63f701b5a41d4316e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
## 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