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

Makefile.am « common « zbxsysinfo « libs « src - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d6326a28ab25917b7935da796e170cf6ad6c1788 (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 = libcommonsysinfo.a libcommonsysinfo_http.a libcommonsysinfo_httpmetrics.a

libcommonsysinfo_a_CFLAGS = -I@top_srcdir@/src/zabbix_agent/

libcommonsysinfo_a_SOURCES = \
	common.c \
	common.h \
	cpu.c \
	cpu.h \
	dir.c \
	dir.h \
	dns.c \
	dns.h \
	file.c \
	file.h \
	net.c \
	net.h \
	system.c \
	system.h \
	zabbix_stats.c \
	zabbix_stats.h

libcommonsysinfo_http_a_SOURCES = \
	http.c \
	http.h

libcommonsysinfo_httpmetrics_a_SOURCES = \
	http_metrics.c \
	http_metrics.h