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:
authorAleksejs Ĺ estakovs <aleksejs.sestakovs@zabbix.com>2019-02-14 13:12:34 +0300
committerAleksejs Ĺ estakovs <aleksejs.sestakovs@zabbix.com>2019-02-14 13:12:34 +0300
commit21c9ae3a39807e462505784a4cb464749f791f45 (patch)
tree4a59843abb27d0bd6fe6f1df7b94b30786eaa338 /tests/zabbix_server/preprocessor/Makefile.am
parent76b493c180cb5cdfe6c2154d27dcb1a5bac474fe (diff)
.......... [DEV-974] unit tests for prometheus (initial)
Diffstat (limited to 'tests/zabbix_server/preprocessor/Makefile.am')
-rw-r--r--tests/zabbix_server/preprocessor/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/zabbix_server/preprocessor/Makefile.am b/tests/zabbix_server/preprocessor/Makefile.am
index 45b52ee8a26..445de4f3d5e 100644
--- a/tests/zabbix_server/preprocessor/Makefile.am
+++ b/tests/zabbix_server/preprocessor/Makefile.am
@@ -4,6 +4,7 @@ noinst_PROGRAMS = zbx_item_preproc
JSON_LIBS = \
$(top_srcdir)/tests/libzbxmocktest.a \
$(top_srcdir)/tests/libzbxmockdata.a \
+ $(top_srcdir)/src/libs/zbxprometheus/libzbxprometheus.a \
$(top_srcdir)/src/libs/zbxjson/libzbxjson.a \
$(top_srcdir)/src/libs/zbxalgo/libzbxalgo.a \
$(top_srcdir)/src/libs/zbxcommon/libzbxcommon.a \