summaryrefslogtreecommitdiffstats
path: root/health/Makefile.am
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2018-10-18 17:31:52 +0300
committerGitHub <noreply@github.com>2018-10-18 17:31:52 +0300
commite76aac74e69c7dd03060e800e206eee777661a0c (patch)
treefa8e082b99d4d85c950f3d5d25385f9d14980c6f /health/Makefile.am
parent15408ace0c2a81986026dd66446bb216c9b96eb6 (diff)
moved related wiki pages into the repo (#4428)
* moved related wiki pages into the repo * updated web server docs * fixed typos
Diffstat (limited to 'health/Makefile.am')
-rw-r--r--health/Makefile.am18
1 files changed, 3 insertions, 15 deletions
diff --git a/health/Makefile.am b/health/Makefile.am
index aa5bacf661..8d2c03dfc4 100644
--- a/health/Makefile.am
+++ b/health/Makefile.am
@@ -3,26 +3,14 @@
AUTOMAKE_OPTIONS = subdir-objects
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
-CLEANFILES = \
- alarm-notify.sh \
- $(NULL)
-
-include $(top_srcdir)/build/subst.inc
-SUFFIXES = .in
-
-dist_libconfig_DATA = \
- health_alarm_notify.conf \
- health_email_recipients.conf \
+SUBDIRS = \
+ notifications \
$(NULL)
-dist_plugins_SCRIPTS = \
- alarm-notify.sh \
- alarm-email.sh \
- alarm-test.sh \
+CLEANFILES = \
$(NULL)
dist_noinst_DATA = \
- alarm-notify.sh.in \
README.md \
$(NULL)