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: 5a2ffa347b34703d32170eb19f4ddaab05d2f0d6 (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
## Process this file with automake to produce Makefile.in

if DBSCHEMA
dbschema.c: $(top_srcdir)/create/src/schema.tmpl
	$(top_srcdir)/create/bin/gen_schema.pl c > dbschema.c
endif

noinst_LIBRARIES = libzbxdbhigh.a

libzbxdbhigh_a_SOURCES = \
	host.c \
	db.c \
	dbschema.c \
	proxy.c \
	discovery.c \
	itservices.c \
	template_item.c \
	template.h \
	trigger.c \
	event.c \
	export.c \
	maintenance.c \
	item.c \
	lld_macro.c

libzbxdbhigh_a_CFLAGS = -I@top_srcdir@/src/zabbix_server/