summaryrefslogtreecommitdiffstats
path: root/src/power
diff options
context:
space:
mode:
authorJan Synacek <jsynacek@redhat.com>2014-05-06 09:39:02 +0200
committerJan Synacek <jsynacek@redhat.com>2014-05-06 09:39:21 +0200
commitcf62127392299d74326717acf884ce249f25afe4 (patch)
tree1ef266f2e0efaa1d7c5656c7958032392039e0b5 /src/power
parent08a3b7128e27f474046afa3f78b55df221c59dd9 (diff)
downloadopenlmi-providers-cf62127392299d74326717acf884ce249f25afe4.tar.gz
openlmi-providers-cf62127392299d74326717acf884ce249f25afe4.tar.xz
openlmi-providers-cf62127392299d74326717acf884ce249f25afe4.zip
libopenlmi: rename back to openlmicommon and get versioning right
Diffstat (limited to 'src/power')
-rw-r--r--src/power/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/power/CMakeLists.txt b/src/power/CMakeLists.txt
index 0519c4a..44b2109 100644
--- a/src/power/CMakeLists.txt
+++ b/src/power/CMakeLists.txt
@@ -43,7 +43,7 @@ endif (${SYSTEMCTL_FOUND})
include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMPI_INCLUDE_DIR} ${GLIB_INCLUDE_DIRS})
-target_link_libraries(${LIBRARY_NAME} openlmi ${KONKRETCMPI_LIBRARIES} ${GLIB_LIBRARIES})
+target_link_libraries(${LIBRARY_NAME} openlmicommon ${KONKRETCMPI_LIBRARIES} ${GLIB_LIBRARIES})
# Create registration file
cim_registration(${PROVIDER_NAME} ${LIBRARY_NAME} ${MOF} share/openlmi-providers)