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/zbxcachevalue/Makefile.am')
-rw-r--r--src/libs/zbxcachevalue/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/libs/zbxcachevalue/Makefile.am b/src/libs/zbxcachevalue/Makefile.am
new file mode 100644
index 00000000000..c3694cb0c4b
--- /dev/null
+++ b/src/libs/zbxcachevalue/Makefile.am
@@ -0,0 +1,10 @@
+## Process this file with automake to produce Makefile.in
+
+noinst_LIBRARIES = libzbxcachevalue.a
+
+libzbxcachevalue_a_SOURCES = \
+ valuecache.c
+
+libzbxcachevalue_a_CFLAGS = \
+ $(TLS_CFLAGS) \
+ $(TEST_FLAGS)