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 /tests/libs/zbxdbcache
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 'tests/libs/zbxdbcache')
-rw-r--r--tests/libs/zbxdbcache/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/libs/zbxdbcache/Makefile.am b/tests/libs/zbxdbcache/Makefile.am
index 42bf097c01d..2ecf31ca331 100644
--- a/tests/libs/zbxdbcache/Makefile.am
+++ b/tests/libs/zbxdbcache/Makefile.am
@@ -51,6 +51,8 @@ CACHE_LIBS = \
$(top_srcdir)/src/libs/zbxsysinfo/libzbxserversysinfo.a \
$(top_srcdir)/src/libs/zbxxml/libzbxxml.a \
$(top_srcdir)/src/libs/zbxsysinfo/common/libcommonsysinfo.a \
+ $(top_srcdir)/src/libs/zbxsysinfo/common/libcommonsysinfo_httpmetrics.a \
+ $(top_srcdir)/src/libs/zbxsysinfo/common/libcommonsysinfo_http.a \
$(top_srcdir)/src/libs/zbxsysinfo/simple/libsimplesysinfo.a \
$(top_srcdir)/src/libs/zbxhistory/libzbxhistory.a \
$(top_srcdir)/src/libs/zbxmodules/libzbxmodules.a \