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

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

noinst_LIBRARIES = libzbxcachehistory.a

libzbxcachehistory_a_SOURCES = \
	dbcache.c

libzbxcachehistory_a_CFLAGS = \
	-I$(top_srcdir)/src/zabbix_server/ \
	$(TLS_CFLAGS) \
	$(TEST_FLAGS)