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

noinst_LIBRARIES = libzbxserver.a libzbxserver_server.a libzbxserver_proxy.a

libzbxserver_a_SOURCES = \
	evalfunc.c \
	evalfunc.h \
	expression.c \
	expression.h \
	macrofunc.c \
	macrofunc.h \
	zabbix_stats.c \
	zabbix_stats.h \
	evalfunc2.c \
	get_host_from_event.c \
	get_host_from_event.h \
	zabbix_users.c \
	zabbix_users.h \
	expression_eval.c

libzbxserver_server_a_SOURCES = \
	zabbix_stats.h \
	zabbix_stats_server.c

libzbxserver_proxy_a_SOURCES = \
	zabbix_stats.h \
	zabbix_stats_proxy.c

libzbxserver_a_CFLAGS = -I$(top_srcdir)/src/libs/zbxdbcache $(LIBXML2_CFLAGS)

libzbxserver_server_a_CFLAGS = -I$(top_srcdir)/src/libs/zbxdbcache