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/stats/Makefile.am')
-rw-r--r--src/zabbix_server/stats/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/zabbix_server/stats/Makefile.am b/src/zabbix_server/stats/Makefile.am
index 3f7c866691b..e82bf28ea87 100644
--- a/src/zabbix_server/stats/Makefile.am
+++ b/src/zabbix_server/stats/Makefile.am
@@ -6,4 +6,7 @@ libzbxserver_server_a_SOURCES = \
zabbix_stats.h \
zabbix_stats_server.c
-libzbxserver_server_a_CFLAGS = -I$(top_srcdir)/src/libs/zbxdbcache
+libzbxserver_server_a_CFLAGS = \
+ -I$(top_srcdir)/src/libs/zbxcacheconfig \
+ -I$(top_srcdir)/src/libs/zbxcachehistory \
+ -I$(top_srcdir)/src/libs/zbxcachevalue