From 92842d8422a570aed4005b5069531f7f5189fe4d Mon Sep 17 00:00:00 2001 From: vkalintiris Date: Wed, 13 Dec 2023 16:41:20 +0200 Subject: CMake build system. (#15996) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Austin S. Hemmelgarn Co-authored-by: Tasos Katsoulas <12612986+tkatsoulas@users.noreply.github.com> Co-authored-by: Emmanuel Vasilakis Co-authored-by: Stelios Fragkakis <52996999+stelfrag@users.noreply.github.com> Co-authored-by: netdatabot Co-authored-by: Ilya Mashchenko --- health/notifications/Makefile.am | 52 ---------------------------------------- 1 file changed, 52 deletions(-) delete mode 100644 health/notifications/Makefile.am (limited to 'health/notifications') diff --git a/health/notifications/Makefile.am b/health/notifications/Makefile.am deleted file mode 100644 index c462b12fb0..0000000000 --- a/health/notifications/Makefile.am +++ /dev/null @@ -1,52 +0,0 @@ -# SPDX-License-Identifier: GPL-3.0-or-later - -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 \ - $(NULL) - -dist_plugins_SCRIPTS = \ - alarm-notify.sh \ - alarm-email.sh \ - alarm-test.sh \ - $(NULL) - -dist_noinst_DATA = \ - alarm-notify.sh.in \ - README.md \ - $(NULL) - -include alerta/Makefile.inc -include awssns/Makefile.inc -include discord/Makefile.inc -include email/Makefile.inc -include flock/Makefile.inc -include gotify/Makefile.inc -include irc/Makefile.inc -include kavenegar/Makefile.inc -include messagebird/Makefile.inc -include msteams/Makefile.inc -include ntfy/Makefile.inc -include opsgenie/Makefile.inc -include pagerduty/Makefile.inc -include pushbullet/Makefile.inc -include pushover/Makefile.inc -include rocketchat/Makefile.inc -include slack/Makefile.inc -include smstools3/Makefile.inc -include syslog/Makefile.inc -include telegram/Makefile.inc -include twilio/Makefile.inc -include web/Makefile.inc -include matrix/Makefile.inc -include custom/Makefile.inc -- cgit v1.2.3