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/zabbix_server/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/zabbix_server/Makefile.am')
-rw-r--r--src/zabbix_server/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zabbix_server/Makefile.am b/src/zabbix_server/Makefile.am
index 6c2a565f9a8..9790ad6d39f 100644
--- a/src/zabbix_server/Makefile.am
+++ b/src/zabbix_server/Makefile.am
@@ -78,6 +78,8 @@ zabbix_server_LDADD = \
$(top_builddir)/src/libs/zbxprometheus/libzbxprometheus.a \
$(top_builddir)/src/libs/zbxsysinfo/libzbxserversysinfo.a \
$(top_builddir)/src/libs/zbxsysinfo/common/libcommonsysinfo.a \
+ $(top_builddir)/src/libs/zbxsysinfo/common/libcommonsysinfo_httpmetrics.a \
+ $(top_builddir)/src/libs/zbxsysinfo/common/libcommonsysinfo_http.a \
$(top_builddir)/src/libs/zbxsysinfo/simple/libsimplesysinfo.a \
$(top_builddir)/src/libs/zbxlog/libzbxlog.a \
$(top_builddir)/src/libs/zbxdbcache/libzbxdbcache.a \