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:
authorAndris Zeila <andris.zeila@zabbix.com>2020-08-31 08:33:37 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2020-08-31 08:34:44 +0300
commit5c5032dbc322ce86c3b2b6b7ba5bffa40b64e7a5 (patch)
tree1bf3404d38750aac82234e727e561a39a8ce4af6 /tests/zabbix_server
parent27b2c2090c8e69d755c52ec0c6f8f7b59909c2df (diff)
.......... [ZBXNEXT-6139] added missing library to test makefiles
Diffstat (limited to 'tests/zabbix_server')
-rw-r--r--tests/zabbix_server/preprocessor/Makefile.am1
-rw-r--r--tests/zabbix_server/trapper/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/zabbix_server/preprocessor/Makefile.am b/tests/zabbix_server/preprocessor/Makefile.am
index e5ae7a5ed7b..56d22f483e3 100644
--- a/tests/zabbix_server/preprocessor/Makefile.am
+++ b/tests/zabbix_server/preprocessor/Makefile.am
@@ -31,6 +31,7 @@ JSON_LIBS = \
$(top_srcdir)/src/libs/zbxconf/libzbxconf.a \
$(top_srcdir)/src/libs/zbxprometheus/libzbxprometheus.a \
$(top_srcdir)/src/libs/zbxalgo/libzbxalgo.a \
+ $(top_srcdir)/src/libs/zbxhttp/libzbxhttp.a \
$(top_srcdir)/tests/libzbxmockdata.a
zbx_item_preproc_SOURCES = \
diff --git a/tests/zabbix_server/trapper/Makefile.am b/tests/zabbix_server/trapper/Makefile.am
index 22650e761d4..06437cbdb77 100644
--- a/tests/zabbix_server/trapper/Makefile.am
+++ b/tests/zabbix_server/trapper/Makefile.am
@@ -29,6 +29,7 @@ TRAPPER_LIBS = \
$(top_srcdir)/src/libs/zbxembed/libzbxembed.a \
$(top_srcdir)/src/libs/zbxprometheus/libzbxprometheus.a \
$(top_srcdir)/src/libs/zbxalgo/libzbxalgo.a \
+ $(top_srcdir)/src/libs/zbxhttp/libzbxhttp.a \
$(top_srcdir)/tests/libzbxmockdata.a
zbx_trapper_preproc_test_run_SOURCES = \