mirror of
https://github.com/Icinga/icinga2.git
synced 2026-04-15 22:00:07 -04:00
14 lines
260 B
Makefile
14 lines
260 B
Makefile
icinga2itldir = ${pkgdatadir}/itl
|
|
icinga2itl_DATA = \
|
|
cluster.conf \
|
|
command.conf \
|
|
command-common.conf \
|
|
constants.conf \
|
|
itl.conf \
|
|
host.conf \
|
|
timeperiod.conf \
|
|
service.conf \
|
|
service-common.conf \
|
|
standalone.conf
|
|
|
|
EXTRA_DIST = $(icinga2itl_DATA)
|