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

Makefile.am « zbxserver « libs « src - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d06eb2483271739a566704382d25fdad6e20c123 (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
## Process this file with automake to produce Makefile.in

noinst_LIBRARIES = libzbxserver.a

libzbxserver_a_SOURCES = \
	evalfunc_common.c \
	evalfunc_common.h \
	evalfunc.c \
	evalfunc.h \
	anomalystl.c \
	anomalystl.h \
	expression.c \
	expression.h \
	macrofunc.c \
	macrofunc.h \
	zabbix_stats.c \
	get_host_from_event.c \
	get_host_from_event.h \
	zabbix_users.c \
	zabbix_users.h \
	calc_checks_eval.c \
	evaluate_simple.c

libzbxserver_a_CFLAGS = $(LIBXML2_CFLAGS)