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

Makefile.am « configcache « mocks « tests - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4bab279c50a4f2c1e9d361f4bb71853a6e06f7bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
noinst_LIBRARIES = libconfigcachemock.a

libconfigcachemock_a_SOURCES = \
	copnfigcache_mock.h \
	configcache.c configcache.h \
	usermacros.c \
	hosts.c

libconfigcachemock_a_CFLAGS = \
	-I@top_srcdir@/src/libs/zbxalgo \
	-I@top_srcdir@/src/libs/zbxdbcache \
	-I@top_srcdir@/tests