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

Makefile.am « zbxdbhigh « libs « src - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 53ab11f9d907337c9beea21e99506acb6faae140 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
## Process this file with automake to produce Makefile.in

noinst_LIBRARIES = libzbxdbhigh.a

libzbxdbhigh_a_SOURCES = \
	db.c \
	event.c \
	host.c \
	item.c \
	lld_macro.c \
	maintenance.c \
	proxy.c \
	template_item.c \
	template.h \
	trigger.c \
	trigger_dep_linking.c \
	trigger_dep_linking.h \
	trigger_linking.c \
	trigger_linking.h \
	graph_linking.c \
	graph_linking.h \
	tag.c \
	item_param.c \
	lld_override.c \
	mediatype.c

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