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

noinst_LIBRARIES = libzbxreporter.a

libzbxreporter_a_SOURCES = \
	report_manager.c \
	report_writer.c \
	report_protocol.c \
	report_protocol.h \
	reporter.h

libzbxreporter_a_CFLAGS = \
	$(TLS_CFLAGS)