Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « lld « zabbix_server « src - github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 55c751f66cbeb91060eddea66cc9568c0f4364a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Process this file with automake to produce Makefile.in

noinst_LIBRARIES = libzbxlld.a

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