Source
## Process this file with automake to produce Makefile.in
noinst_LIBRARIES = libzbxhousekeeper.a
libzbxhousekeeper_a_SOURCES = \
housekeeper.c \
housekeeper.h \
history_compress.c \
history_compress.h \
trigger_housekeeper.c \
trigger_housekeeper.h
libzbxhousekeeper_a_CFLAGS = \
$(TLS_CFLAGS)