From cf62127392299d74326717acf884ce249f25afe4 Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Tue, 6 May 2014 09:39:02 +0200 Subject: libopenlmi: rename back to openlmicommon and get versioning right --- src/service/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/service/CMakeLists.txt') diff --git a/src/service/CMakeLists.txt b/src/service/CMakeLists.txt index aa2c6e2..6d75d38 100644 --- a/src/service/CMakeLists.txt +++ b/src/service/CMakeLists.txt @@ -21,7 +21,7 @@ add_library(${LIBRARY_NAME} SHARED ) include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMPI_INCLUDE_DIR}) -target_link_libraries(${LIBRARY_NAME} openlmi ${KONKRETCMPI_LIBRARIES}) +target_link_libraries(${LIBRARY_NAME} openlmicommon ${KONKRETCMPI_LIBRARIES}) # Create registration file cim_registration(${PROVIDER_NAME} ${LIBRARY_NAME} ${MOF} share/openlmi-providers) -- cgit