From: Michael Friedrich Date: Thu, 10 Oct 2013 13:30:04 +0000 (+0200) Subject: Add missing Makefile.am. X-Git-Tag: v0.0.3~194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8a05cf8cb9ea7a157d2d6763503e8056a982ed35;p=icinga2 Add missing 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)