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

noinst_LIBRARIES = libzbxoperations.a

libzbxoperations_a_SOURCES = \
	operations.c \
	operations.h

libzbxoperations_a_CFLAGS = \
	$(TLS_CFLAGS)