Add missing plugins-contrib install

refs #10581
This commit is contained in:
Michael Friedrich 2016-04-10 17:47:44 +02:00
parent 2b2e250def
commit a09c81aee6
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
install(
FILES databases.conf ipmi.conf network-components.conf operating-system.conf virtualization.conf vmware.conf web.conf hardware.conf
FILES databases.conf icingacli.conf ipmi.conf network-components.conf operating-system.conf virtualization.conf vmware.conf web.conf hardware.conf
DESTINATION ${CMAKE_INSTALL_DATADIR}/icinga2/include/plugins-contrib.d
)