1## Process this file with automake to produce Makefile.in
2
3noinst_LIBRARIES = libcommonsysinfo.a libcommonsysinfo_http.a libcommonsysinfo_httpmetrics.a
4
5libcommonsysinfo_a_CFLAGS = -I$(top_srcdir)/src/zabbix_agent/
6
7libcommonsysinfo_a_SOURCES = \
8	common.c \
9	common.h \
10	cpu.c \
11	cpu.h \
12	dir.c \
13	dir.h \
14	dns.c \
15	dns.h \
16	file.c \
17	file.h \
18	net.c \
19	net.h \
20	system.c \
21	system.h \
22	zabbix_stats.c \
23	zabbix_stats.h
24
25libcommonsysinfo_http_a_SOURCES = \
26	http.c \
27	http.h
28
29libcommonsysinfo_httpmetrics_a_SOURCES = \
30	http_metrics.c \
31	http_metrics.h
32