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

Makefile.am « zbxcacheconfig « libs « src - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 48a54ca35c7bc7aca84f07eefac354b8020325ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## Process this file with automake to produce Makefile.in

noinst_LIBRARIES = libzbxcacheconfig.a

libzbxcacheconfig_a_SOURCES = \
	dbconfig.c \
	dbconfig.h \
	dbconfig_dump.c \
	dbconfig_maintenance.c \
	dbsync.c \
	dbsync.h \
	lld_macro.c \
	user_macro.c \
	user_macro.h

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