mirror of https://github.com/Icinga/icinga2.git
10 lines
183 B
Makefile
10 lines
183 B
Makefile
|
## 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)
|