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>2021-01-23 19:08:46 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-01-23 19:08:46 +0300
commit477f6cf0ec943b422d571b256d4fb45160bb7744 (patch)
tree6999e9dddc33485efd73ecda7a09f9465e7577f1 /tests/libs/Makefile.am
parent5afa58b768619e2a636aa3b5ca6473a1621aeb2f (diff)
.......PS. [ZBXNEXT-6451] moved expression parsing code to separate library to avoid cyclic dependencies
Diffstat (limited to 'tests/libs/Makefile.am')
-rw-r--r--tests/libs/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/libs/Makefile.am b/tests/libs/Makefile.am
index dac31952174..3493efe46dc 100644
--- a/tests/libs/Makefile.am
+++ b/tests/libs/Makefile.am
@@ -13,4 +13,5 @@ SUBDIRS = \
zbxcomms \
zbxregexp \
zbxserver \
- zbxtrends
+ zbxtrends \
+ zbxeval