1## Process this file with automake to produce Makefile.in
2
3noinst_LIBRARIES = libcommonsysinfo.a
4
5libcommonsysinfo_a_CFLAGS = -I@top_srcdir@/src/zabbix_agent/
6
7libcommonsysinfo_a_SOURCES = \
8	common.c common.h \
9	file.c file.h \
10	dir.c dir.h \
11	cpu.c cpu.h \
12	http.c http.h \
13	net.c net.h \
14	system.c system.h \
15	zabbix_stats.c zabbix_stats.h
16
17