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/poller/Makefile.am')
-rw-r--r--src/zabbix_server/poller/Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/zabbix_server/poller/Makefile.am b/src/zabbix_server/poller/Makefile.am
index e8186ee61f6..923c97a735f 100644
--- a/src/zabbix_server/poller/Makefile.am
+++ b/src/zabbix_server/poller/Makefile.am
@@ -46,10 +46,15 @@ libzbxpoller_proxy_a_SOURCES = \
libzbxpoller_a_CFLAGS = \
-I$(top_srcdir)/src/libs/zbxsysinfo/simple \
- -I$(top_srcdir)/src/libs/zbxdbcache \
+ -I$(top_srcdir)/src/libs/zbxcacheconfig \
+ -I$(top_srcdir)/src/libs/zbxcachehistory \
+ -I$(top_srcdir)/src/libs/zbxcachevalue \
$(SNMP_CFLAGS) \
$(SSH2_CFLAGS) \
$(SSH_CFLAGS) \
$(LIBXML2_CFLAGS)
-libzbxpoller_server_a_CFLAGS = -I$(top_srcdir)/src/libs/zbxdbcache
+libzbxpoller_server_a_CFLAGS = \
+ -I$(top_srcdir)/src/libs/zbxcacheconfig \
+ -I$(top_srcdir)/src/libs/zbxcachehistory \
+ -I$(top_srcdir)/src/libs/zbxcachevalue