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

Makefile.am « stats « zabbix_server « src - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e82bf28ea8761dd5610f3163627f2b3d8a2f09e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## Process this file with automake to produce Makefile.in

noinst_LIBRARIES = libzbxserver_server.a

libzbxserver_server_a_SOURCES = \
	zabbix_stats.h \
	zabbix_stats_server.c

libzbxserver_server_a_CFLAGS = \
	-I$(top_srcdir)/src/libs/zbxcacheconfig \
	-I$(top_srcdir)/src/libs/zbxcachehistory \
	-I$(top_srcdir)/src/libs/zbxcachevalue