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

noinst_LIBRARIES = libzbxevent.a

libzbxevent_a_SOURCES = \
	event_db.c \
	event.c

libzbxevent_a_CFLAGS = \
	$(TLS_CFLAGS)