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

noinst_LIBRARIES = libzbxalerter.a

libzbxalerter_a_SOURCES = \
	alert_manager.c \
	alert_manager.h \
	alert_syncer.c \
	alert_syncer.h \
	alerter.c \
	alerter.h \
	alerter_protocol.c \
	alerter_protocol.h

