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

Makefile.am « solaris « zbxsysinfo « libs « src - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2c392a386757cfeaa808c178c51ead6e8f9e16a4 (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
## Process this file with automake to produce Makefile.in

noinst_LIBRARIES = libspecsysinfo.a libspechostnamesysinfo.a

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

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

libspechostnamesysinfo_a_SOURCES = \
	hostname.c