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.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/zabbix_server/poller/Makefile.am b/src/zabbix_server/poller/Makefile.am
index f198f12b178..55e692cbf38 100644
--- a/src/zabbix_server/poller/Makefile.am
+++ b/src/zabbix_server/poller/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-noinst_LIBRARIES = libzbxpoller.a
+noinst_LIBRARIES = libzbxpoller.a libzbxpoller_server.a libzbxpoller_proxy.a
libzbxpoller_a_SOURCES = \
checks_agent.c checks_agent.h \
@@ -17,5 +17,13 @@ libzbxpoller_a_SOURCES = \
checks_calculated.c checks_calculated.h \
checks_http.c checks_http.h \
poller.c poller.h
+
+libzbxpoller_server_a_SOURCES = \
+ checks_internal_server.c checks_internal.h
+
+libzbxpoller_proxy_a_SOURCES = \
+ checks_internal_proxy.c checks_internal.h
libzbxpoller_a_CFLAGS = -I@top_srcdir@/src/libs/zbxsysinfo/simple -I@top_srcdir@/src/libs/zbxdbcache @SNMP_CFLAGS@ @SSH2_CFLAGS@
+
+libzbxpoller_server_a_CFLAGS = -I@top_srcdir@/src/libs/zbxdbcache