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/libs/zbxdbwrap/Makefile.am')
-rw-r--r--src/libs/zbxdbwrap/Makefile.am21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/libs/zbxdbwrap/Makefile.am b/src/libs/zbxdbwrap/Makefile.am
new file mode 100644
index 00000000000..0e7b3916836
--- /dev/null
+++ b/src/libs/zbxdbwrap/Makefile.am
@@ -0,0 +1,21 @@
+## Process this file with automake to produce Makefile.in
+
+noinst_LIBRARIES = libzbxdbwrap.a
+
+libzbxdbwrap_a_SOURCES = \
+ proxy.c \
+ event.c \
+ template_item.c \
+ template.h \
+ trigger.c \
+ trigger_dep_linking.c \
+ trigger_dep_linking.h \
+ trigger_linking.c \
+ trigger_linking.h \
+ graph_linking.c \
+ graph_linking.h \
+ host.c
+
+libzbxdbwrap_a_CFLAGS = \
+ -I$(top_srcdir)/src/zabbix_server/ \
+ $(TLS_CFLAGS)