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

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/zabbix_server/lld/Makefile.am')
-rw-r--r--src/zabbix_server/lld/Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/zabbix_server/lld/Makefile.am b/src/zabbix_server/lld/Makefile.am
new file mode 100644
index 00000000000..55c751f66cb
--- /dev/null
+++ b/src/zabbix_server/lld/Makefile.am
@@ -0,0 +1,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
+