mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
10 lines
173 B
Makefile
10 lines
173 B
Makefile
icinga2itldir = ${pkgdatadir}/itl
|
|
icinga2itl_DATA = \
|
|
command.conf \
|
|
command-common.conf \
|
|
constants.conf \
|
|
itl.conf \
|
|
timeperiod.conf
|
|
|
|
EXTRA_DIST = $(icinga2itl_DATA)
|