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

Makefile.am « linux « zbxsysinfo « libs « src - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 066a75f9796ed699676159f40c049f524b5ce139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## 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 = \
	boottime.c \
	cpu.c \
	diskio.c \
	diskspace.c \
	hardware.c hardware.h \
	inodes.c \
	kernel.c \
	memory.c \
	net.c \
	proc.c \
	sensors.c \
	software.c software.h \
	system.c \
	swap.c \
	uptime.c