blob: 471f201cdcf724c36520ce14b6bcc7b1a371c590 (
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 \
net.c \
proc.c \
sensors.c \
swap.c \
uptime.c
|