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/zbxcachehistory/Makefile.am')
-rw-r--r--src/libs/zbxcachehistory/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/libs/zbxcachehistory/Makefile.am b/src/libs/zbxcachehistory/Makefile.am
new file mode 100644
index 00000000000..7a9626ff77b
--- /dev/null
+++ b/src/libs/zbxcachehistory/Makefile.am
@@ -0,0 +1,11 @@
+## Process this file with automake to produce Makefile.in
+
+noinst_LIBRARIES = libzbxcachehistory.a
+
+libzbxcachehistory_a_SOURCES = \
+ dbcache.c
+
+libzbxcachehistory_a_CFLAGS = \
+ -I$(top_srcdir)/src/zabbix_server/ \
+ $(TLS_CFLAGS) \
+ $(TEST_FLAGS)