## Process this file with automake to produce Makefile.in

noinst_LIBRARIES = libzbxeval.a 

libzbxeval_a_SOURCES = \
	parse.c \
	execute.c \
	misc.c \
	query.c \
	calc.c \
	eval.h
