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:
authorJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2021-10-08 14:52:18 +0300
committerJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2021-10-08 17:15:28 +0300
commit0039036f930212e7184a174b963a3681cb61dd94 (patch)
treecba284b739f33fc51f569ef0883ce2ba015163cd /src/libs/zbxsysinfo/common/Makefile.am
parent8804282a959bb4561717720d2358196016708889 (diff)
...G...... [ZBX-20008] removed curl and ldap linkage from agent2
cherry-picked from 938d0afc139eb45eb6d8dfab67a0f57f45e35eee conflicts: tests/libs/zbxserver/Makefile.am
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