summaryrefslogtreecommitdiffstats
path: root/src/fan
diff options
context:
space:
mode:
authorRadek Novacek <rnovacek@redhat.com>2012-08-29 13:53:35 +0200
committerRadek Novacek <rnovacek@redhat.com>2012-08-29 13:58:39 +0200
commitf9d8c237252e04c0f978b35291651d4f5fb392bb (patch)
treeaa77f25639ec9463f129a400f2a7bbfb533166f9 /src/fan
parent7757c0018d8dbaeec3194958b3029d69120ac465 (diff)
downloadopenlmi-providers-f9d8c237252e04c0f978b35291651d4f5fb392bb.tar.gz
openlmi-providers-f9d8c237252e04c0f978b35291651d4f5fb392bb.tar.xz
openlmi-providers-f9d8c237252e04c0f978b35291651d4f5fb392bb.zip
Make destination of .reg adjustable in CuraMacros0.0.3
If CuraMacros are used by different provider it needs to change location where the .reg is installed.
Diffstat (limited to 'src/fan')
-rw-r--r--src/fan/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fan/CMakeLists.txt b/src/fan/CMakeLists.txt
index 6e9ab97..16c6e18 100644
--- a/src/fan/CMakeLists.txt
+++ b/src/fan/CMakeLists.txt
@@ -24,7 +24,7 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMPI_INCLUDE_DIR})
target_link_libraries(${LIBRARY_NAME} curacommon ${KONKRETCMPI_LIBRARIES} sensors)
# Create registration file
-cim_registration(${PROVIDER_NAME} ${LIBRARY_NAME} ${MOF})
+cim_registration(${PROVIDER_NAME} ${LIBRARY_NAME} ${MOF} share/cura-providers)
install(TARGETS ${LIBRARY_NAME} DESTINATION lib${LIB_SUFFIX}/cmpi/)