X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=rwcal%2Fplugins%2Fvala%2Frwcal_openmano_vimconnector%2FCMakeLists.txt;h=66fa9bf52d86f50589551393a4c0ef99eae6ff40;hb=f314b4af9744068a7ed7a6a6314220c3aa857523;hp=8938f0a45e5d3aea4cf33f18f0461e281ddd2f72;hpb=255ff03a528a3090ce7f46f0a63b65da3e6f9bcf;p=osm%2FSO.git diff --git a/rwcal/plugins/vala/rwcal_openmano_vimconnector/CMakeLists.txt b/rwcal/plugins/vala/rwcal_openmano_vimconnector/CMakeLists.txt index 8938f0a4..66fa9bf5 100644 --- a/rwcal/plugins/vala/rwcal_openmano_vimconnector/CMakeLists.txt +++ b/rwcal/plugins/vala/rwcal_openmano_vimconnector/CMakeLists.txt @@ -17,13 +17,9 @@ include(rift_plugin) -### rwcal-openstack package -set(PKG_NAME rwcal-openmano-vimconnector) -set(PKG_VERSION 1.0) -set(PKG_RELEASE 1) -set(PKG_LONG_NAME ${PKG_NAME}-${PKG_VERSION}) +set(INSTALL_COMPONENT rwcal-plugin-openmano-vimconnector) -rift_install_python_plugin(rwcal_openmano_vimconnector rwcal_openmano_vimconnector.py) +rift_install_gobject_python_plugin(rwcal_openmano_vimconnector rwcal_openmano_vimconnector.py COMPONENT ${INSTALL_COMPONENT}) rift_python_install_tree( FILES @@ -32,4 +28,4 @@ rift_python_install_tree( rift/rwcal/openmano_vimconnector/vimconn_openvim.py rift/rwcal/openmano_vimconnector/openmano_schemas.py PYTHON3_ONLY - COMPONENT ${PKG_LONG_NAME}) + COMPONENT ${INSTALL_COMPONENT})