1## Process this file with automake to produce Makefile.in
2
3noinst_LIBRARIES = libzbxlld.a
4
5libzbxlld_a_SOURCES = \
6	lld.c \
7	lld.h \
8	lld_common.c \
9	lld_graph.c \
10	lld_host.c \
11	lld_item.c \
12	lld_manager.c \
13	lld_manager.h \
14	lld_protocol.c \
15	lld_protocol.h \
16	lld_trigger.c \
17	lld_worker.c \
18	lld_worker.h
19