From d5d1d8023efae91a51bc39688ec18f81148c05c1 Mon Sep 17 00:00:00 2001 From: "Bala.FA" Date: Thu, 13 Mar 2014 14:17:39 +0530 Subject: build: update spec and build files This update fixes spec and autotools file to match https://github.com/gluster-rhsc/nagios-plugin.git Change-Id: Ia49e3ac41254dd6937d60aaa26fdd3764cef398d Signed-off-by: Bala.FA Reviewed-on: https://cuckoo.blr.redhat.com:8443/5 --- plugins/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'plugins/Makefile.am') diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 12ebab7..a683380 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -1,3 +1,8 @@ +cronddir = $(sysconfdir)/cron.d +crond_DATA = \ + gluster-sysstat.crontab \ + $(NULL) + dist_glusternagiosplugins_PYTHON = \ check_disk_and_inode.py \ check_remote_host.py \ @@ -6,5 +11,6 @@ dist_glusternagiosplugins_PYTHON = \ $(NULL) EXTRA_DIST = \ + $(crond_DATA) \ __init__.py \ $(NULL) -- cgit