]> granicus.if.org Git - icinga2/commitdiff
Make sure that the web.conf file gets installed
authorGunnar Beutner <gunnar@beutner.name>
Wed, 15 Apr 2015 06:39:55 +0000 (08:39 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Wed, 15 Apr 2015 06:41:08 +0000 (08:41 +0200)
fixes #9050

itl/plugins-contrib.d/CMakeLists.txt

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