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:
authorGlebs Ivanovskis <git-no-reply@zabbix.com>2017-12-13 15:25:23 +0300
committerGlebs Ivanovskis <git-no-reply@zabbix.com>2017-12-13 15:25:23 +0300
commit7d9efb0d518b9a2ae65c5b46489fe2d34a40ed57 (patch)
tree54d258683619e9643743f70b03be4ae2ffa6b7be /tests/libs/zbxconf
parent04dbde81faa65213a874e2a2e924272cfbcc19f4 (diff)
....I..... [ZBXNEXT-4002] fixed compilation of mock tests
Diffstat (limited to 'tests/libs/zbxconf')
-rw-r--r--tests/libs/zbxconf/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libs/zbxconf/Makefile.am b/tests/libs/zbxconf/Makefile.am
index 9d609cbe4e5..70c1e6df352 100644
--- a/tests/libs/zbxconf/Makefile.am
+++ b/tests/libs/zbxconf/Makefile.am
@@ -41,6 +41,7 @@ parse_cfg_file_LDADD = \
$(top_srcdir)/src/libs/zbxsysinfo/common/libcommonsysinfo.a \
$(top_srcdir)/src/libs/zbxsysinfo/simple/libsimplesysinfo.a \
$(top_srcdir)/src/libs/zbxdbcache/libzbxdbcache.a \
+ $(top_srcdir)/src/libs/zbxhistory/libzbxhistory.a \
$(top_srcdir)/src/libs/zbxmemory/libzbxmemory.a \
$(top_srcdir)/src/libs/zbxregexp/libzbxregexp.a \
$(top_srcdir)/src/libs/zbxself/libzbxself.a \