Make sure that the web.conf file gets installed

fixes #9050
This commit is contained in:
Gunnar Beutner 2015-04-15 08:39:55 +02:00
parent d3fc075000
commit 47b61b7f39
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 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
)