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:
authorAndris Zeila <andris.zeila@zabbix.com>2019-08-04 01:23:31 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2019-08-04 13:49:51 +0300
commitfd439f87a3d559a8bb7ba5e6191539c23c4bf33c (patch)
tree955b9097b0b21be1ed8bd95d71b2741b421ebf93 /src/zabbix_agent/Makefile.am
parentd6253c30bacce166302651e798dd6e9e32181040 (diff)
.......... [DEV-1159] added log monitoring support based on watcher plugin and zabbix C libraries
Diffstat (limited to 'src/zabbix_agent/Makefile.am')
-rw-r--r--src/zabbix_agent/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/zabbix_agent/Makefile.am b/src/zabbix_agent/Makefile.am
index 79945f77bc6..d11b335d365 100644
--- a/src/zabbix_agent/Makefile.am
+++ b/src/zabbix_agent/Makefile.am
@@ -1,5 +1,8 @@
## Process this file with automake to produce Makefile.in
+SUBDIRS = \
+ logs
+
EXTRA_DIST = \
eventlog.c eventlog.h \
perfstat.c perfstat.h
@@ -14,10 +17,10 @@ libzbxagent_a_SOURCES = \
cpustat.c cpustat.h \
diskdevices.c diskdevices.h \
vmstats.c vmstats.h \
- logfiles.c logfiles.h \
zbxconf.c zbxconf.h \
listener.c listener.h \
- procstat.c procstat.h
+ procstat.c procstat.h \
+ metrics.h
libzbxagent_a_CFLAGS = \
-DZABBIX_DAEMON
@@ -26,6 +29,7 @@ zabbix_agentd_SOURCES = zabbix_agentd.c
zabbix_agentd_LDADD = \
libzbxagent.a \
+ logs/libzbxlogs.a \
$(top_srcdir)/src/libs/zbxsysinfo/libzbxagentsysinfo.a \
$(top_srcdir)/src/libs/zbxsysinfo/$(ARCH)/libspecsysinfo.a \
$(top_srcdir)/src/libs/zbxsysinfo/$(ARCH)/libspechostnamesysinfo.a \