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

Makefile.am « osf « zbxsysinfo « libs « src - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 280ebb68a852bcbaa6a729d4202e007e65499ad2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## Process this file with automake to produce Makefile.in

noinst_LIBRARIES = libspecsysinfo.a

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

libspecsysinfo_a_SOURCES = \
	cpu.c \
	diskio.c \
	diskspace.c \
	inodes.c \
	kernel.c \
	memory.c \
	proc.c \
	software.c \
	swap.c \
	system.c \
	uptime.c