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

Makefile.am « zbxcachevalue « libs « src - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c3694cb0c4b71c98f2472b8558f32f0bf3ff999a (plain)
1
2
3
4
5
6
7
8
9
10
## Process this file with automake to produce Makefile.in

noinst_LIBRARIES = libzbxcachevalue.a

libzbxcachevalue_a_SOURCES = \
	valuecache.c

libzbxcachevalue_a_CFLAGS = \
	$(TLS_CFLAGS) \
	$(TEST_FLAGS)