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/src
diff options
context:
space:
mode:
authorAndris Zeila <andris.zeila@zabbix.com>2021-05-08 11:29:16 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-05-08 11:29:16 +0300
commit947b3bd869ad8791d2d35f401d2a0da7f714764f (patch)
treed103fc051548eb78f813d0adbc7fa6e0e8981010 /src
parentcdc88e47265953fb1483e4abc8fed51e7a269dad (diff)
....I..... [ZBXNEXT-6452] added header to makefile so it's included in dist archive
Diffstat (limited to 'src')
-rw-r--r--src/libs/zbxeval/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libs/zbxeval/Makefile.am b/src/libs/zbxeval/Makefile.am
index c6d4dc4c93a..743b74f0423 100644
--- a/src/libs/zbxeval/Makefile.am
+++ b/src/libs/zbxeval/Makefile.am
@@ -6,4 +6,5 @@ libzbxeval_a_SOURCES = \
parse.c \
execute.c \
misc.c \
- query.c
+ query.c \
+ eval.h