summaryrefslogtreecommitdiffstats
path: root/health/Makefile.am
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-12-18 17:33:06 +0100
committerGitHub <noreply@github.com>2018-12-18 17:33:06 +0100
commit7c5440912622e09313210851fa099c1f8bf1226f (patch)
treecebd5f65ef90a54089908ca72ad7b630b7fbc7bc /health/Makefile.am
parent889734018bc70cc81c18102742eb33e4f16f6ea3 (diff)
remove cross-directory dependency in build system (#5012)
* remove cross-directory dependency in build system * remove unused pythondir_POST replace sysconfdir/netdata with configdir
Diffstat (limited to 'health/Makefile.am')
-rw-r--r--health/Makefile.am3
1 files changed, 1 insertions, 2 deletions
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 \