From 8a05cf8cb9ea7a157d2d6763503e8056a982ed35 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 10 Oct 2013 15:30:04 +0200 Subject: [PATCH] Add missing Makefile.am. --- etc/icinga/Makefile.am | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 etc/icinga/Makefile.am diff --git a/etc/icinga/Makefile.am b/etc/icinga/Makefile.am new file mode 100644 index 000000000..a08490f03 --- /dev/null +++ b/etc/icinga/Makefile.am @@ -0,0 +1,9 @@ +## Process this file with automake to produce Makefile.in + +CONFIG_FILES = \ + cgi.cfg \ + icinga-classic-apache.conf \ + icinga-classic.htpasswd \ + README + +EXTRA_DIST = $(CONFIG_FILES)