]> granicus.if.org Git - icinga2/blobdiff - itl/CMakeLists.txt
Add ipv4/ipv6 only to tcp, udp and http CheckCommand
[icinga2] / itl / CMakeLists.txt
index 79705fdca0e440da116b90c8df91258a29ef3005..cb6d37832c2815ba6456e0b7cb29295ed248783b 100644 (file)
@@ -1,5 +1,5 @@
 # Icinga 2
-# Copyright (C) 2012-present Icinga Development Team (http://www.icinga.org)
+# Copyright (C) 2012-2015 Icinga Development Team (http://www.icinga.org)
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -15,7 +15,9 @@
 # along with this program; if not, write to the Free Software Foundation
 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
 
+add_subdirectory(plugins-contrib.d)
+
 install(
-  FILES command.conf command-common.conf itl.conf timeperiod.conf
-  DESTINATION ${CMAKE_INSTALL_DATADIR}/icinga2/itl
+  FILES itl command.conf command-icinga.conf hangman timeperiod.conf plugins command-plugins.conf manubulon command-plugins-manubulon.conf windows-plugins command-plugins-windows.conf nscp command-nscp-local.conf plugins-contrib
+  DESTINATION ${CMAKE_INSTALL_DATADIR}/icinga2/include
 )