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

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/zbxsysinfo/common/Makefile.am')
-rw-r--r--src/libs/zbxsysinfo/common/Makefile.am12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/libs/zbxsysinfo/common/Makefile.am b/src/libs/zbxsysinfo/common/Makefile.am
index c63ec6be318..d6326a28ab2 100644
--- a/src/libs/zbxsysinfo/common/Makefile.am
+++ b/src/libs/zbxsysinfo/common/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-noinst_LIBRARIES = libcommonsysinfo.a
+noinst_LIBRARIES = libcommonsysinfo.a libcommonsysinfo_http.a libcommonsysinfo_httpmetrics.a
libcommonsysinfo_a_CFLAGS = -I@top_srcdir@/src/zabbix_agent/
@@ -15,11 +15,17 @@ libcommonsysinfo_a_SOURCES = \
dns.h \
file.c \
file.h \
- http.c \
- http.h \
net.c \
net.h \
system.c \
system.h \
zabbix_stats.c \
zabbix_stats.h
+
+libcommonsysinfo_http_a_SOURCES = \
+ http.c \
+ http.h
+
+libcommonsysinfo_httpmetrics_a_SOURCES = \
+ http_metrics.c \
+ http_metrics.h