From a7aceca037e88bb6d8a2d14641742df8d9e9c627 Mon Sep 17 00:00:00 2001 From: Jan Safranek Date: Fri, 26 Jul 2013 13:16:49 +0200 Subject: Added cimprovagt wrapper for Fan profile. --- src/fan/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/fan/CMakeLists.txt') diff --git a/src/fan/CMakeLists.txt b/src/fan/CMakeLists.txt index 0028997..7c17f50 100644 --- a/src/fan/CMakeLists.txt +++ b/src/fan/CMakeLists.txt @@ -2,6 +2,7 @@ set(PROVIDER_NAME Fan) set(LIBRARY_NAME cmpiLMI_${PROVIDER_NAME}) set(MOF 60_LMI_Fan.mof) +set(FAN_SCRIPT cmpiLMI_${PROVIDER_NAME}-cimprovagt) set(provider_SRCS fan.c @@ -31,3 +32,4 @@ profile_mof_generate("90_LMI_Fan_Profile.mof.skel" "${TARGET_MOF}" "${CIM_CLASSE install(TARGETS ${LIBRARY_NAME} DESTINATION lib${LIB_SUFFIX}/cmpi/) install(FILES ${TARGET_MOF} DESTINATION share/openlmi-providers/) +install(PROGRAMS ${FAN_SCRIPT} DESTINATION libexec/pegasus) -- cgit