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

noinst_LIBRARIES = libzbxlld.a

libzbxlld_a_SOURCES = \
	lld.c \
	lld.h \
	lld_audit.c \
	lld_audit.h \
	lld_common.c \
	lld_graph.c \
	lld_host.c \
	lld_item.c \
	lld_manager.c \
	lld_manager.h \
	lld_protocol.c \
	lld_protocol.h \
	lld_trigger.c \
	lld_worker.c \
	lld_worker.h \
	lld_item_dep.c

libzbxlld_a_CFLAGS = \
	$(LIBXML2_CFLAGS) \
	$(TLS_CFLAGS)