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/Makefile.am')
-rw-r--r--src/libs/Makefile.am12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/libs/Makefile.am b/src/libs/Makefile.am
index 9b2cc851f83..ed18d3c695a 100644
--- a/src/libs/Makefile.am
+++ b/src/libs/Makefile.am
@@ -12,7 +12,9 @@ DIST_SUBDIRS = \
zbxcrypto \
zbxcyberark \
zbxdb \
- zbxdbcache \
+ zbxcacheconfig \
+ zbxcachehistory \
+ zbxcachevalue \
zbxdbhigh \
zbxdbwrap \
zbxdbschema \
@@ -68,7 +70,9 @@ SERVER_SUBDIRS = \
zbxcompress \
zbxcyberark \
zbxdb \
- zbxdbcache \
+ zbxcacheconfig \
+ zbxcachehistory \
+ zbxcachevalue \
zbxdbhigh \
zbxdbwrap \
zbxdbschema \
@@ -111,7 +115,9 @@ PROXY_SUBDIRS = \
zbxcompress \
zbxcyberark \
zbxdb \
- zbxdbcache \
+ zbxcacheconfig \
+ zbxcachehistory \
+ zbxcachevalue \
zbxdbhigh \
zbxdbwrap \
zbxdbschema \