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
path: root/tests
diff options
context:
space:
mode:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-05-07 18:02:00 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2021-05-07 18:02:00 +0300
commitd509cc28602c4b3d44de1941980f06f2beb89af4 (patch)
treeaf078a5a30571cdc1b28cfbccfc79a6196e1c959 /tests
parent786514a49c82f85c62d12ad34c5f82ad3009273e (diff)
........S. [DEV-1836] fixed ant cmocka build
Diffstat (limited to 'tests')
-rw-r--r--tests/libs/zbxhistory/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/libs/zbxhistory/Makefile.am b/tests/libs/zbxhistory/Makefile.am
index 4b47a289c8f..60066cbef8a 100644
--- a/tests/libs/zbxhistory/Makefile.am
+++ b/tests/libs/zbxhistory/Makefile.am
@@ -22,6 +22,9 @@ HISTORY_LIBS = \
$(top_srcdir)/src/libs/zbxcommon/libzbxcommon.a \
$(top_srcdir)/src/libs/zbxdbhigh/libzbxdbhigh.a \
$(top_srcdir)/src/libs/zbxdb/libzbxdb.a \
+ $(top_srcdir)/src/libs/zbxjson/libzbxjson.a \
+ $(top_srcdir)/src/libs/zbxregexp/libzbxregexp.a \
+ $(top_srcdir)/src/libs/zbxcommon/libzbxcommon.a \
$(top_srcdir)/tests/libzbxmockdata.a
zbx_history_get_values_SOURCES = \