From 7c5440912622e09313210851fa099c1f8bf1226f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krupa?= Date: Tue, 18 Dec 2018 17:33:06 +0100 Subject: remove cross-directory dependency in build system (#5012) * remove cross-directory dependency in build system * remove unused pythondir_POST replace sysconfdir/netdata with configdir --- health/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'health/Makefile.am') diff --git a/health/Makefile.am b/health/Makefile.am index 829a41b3b2..40592a964e 100644 --- a/health/Makefile.am +++ b/health/Makefile.am @@ -16,12 +16,11 @@ dist_noinst_DATA = \ userhealthconfigdir=$(configdir)/health.d dist_userhealthconfig_DATA = \ - $(top_srcdir)/installer/.keep \ + .keep \ $(NULL) healthconfigdir=$(libconfigdir)/health.d dist_healthconfig_DATA = \ - $(top_srcdir)/installer/.keep \ health.d/adaptec_raid.conf \ health.d/apache.conf \ health.d/apcupsd.conf \ -- cgit v1.2.3