summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2012-08-01 13:48:26 +0200
committerRadek Novacek <rnovacek@redhat.com>2012-08-02 10:30:49 +0200
commitf21cc8472b172f2fb629df774d4190bb69da940d (patch)
tree54f81e61c559e9c0fe63842f719e0feb3dc2126d /cmake
parent1fcc5cf2b149b2efb8a6f2320f8779d41309c1c8 (diff)
downloadopenlmi-providers-f21cc8472b172f2fb629df774d4190bb69da940d.tar.gz
openlmi-providers-f21cc8472b172f2fb629df774d4190bb69da940d.tar.xz
openlmi-providers-f21cc8472b172f2fb629df774d4190bb69da940d.zip
Add script for registration and deregitration of provider
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/CuraMacros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/CuraMacros.cmake b/cmake/modules/CuraMacros.cmake
index 0b750f7..aed9b54 100644
--- a/cmake/modules/CuraMacros.cmake
+++ b/cmake/modules/CuraMacros.cmake
@@ -99,5 +99,5 @@ macro(cim_registration PROVIDER_NAME LIBRARY_NAME MOF)
PATHS ${CMAKE_SOURCE_DIR}/mof/
)
add_custom_target(register-${PROVIDER_NAME}
- ${CMAKE_SOURCE_DIR}/provider-register.sh -m ${MOF_FILE} -r ${CMAKE_CURRENT_BINARY_DIR}/${PROVIDER_NAME}.registration)
+ ${CMAKE_SOURCE_DIR}/register.sh ${MOF_FILE} ${CMAKE_CURRENT_BINARY_DIR}/${PROVIDER_NAME}.registration)
endmacro(cim_registration)