summaryrefslogtreecommitdiffstats
path: root/src/libs/zbxsysinfo/linux/Makefile.am
blob: e33bb237594189a4a0e64a84d3980448bc2e64a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
## 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 \
	net.c \
	proc.c \
	sensors.c \
	swap.c \
	uptime.c \
	boottime.c