From 55f63d29f5d2b4e82979d71386df58394e87ef5a Mon Sep 17 00:00:00 2001 From: Jan Synacek Date: Tue, 29 Apr 2014 08:33:13 +0200 Subject: libopenlmi: reorganize and gather Make naming consistent. Gather common functionality into one library and try to use it across all providers. Introduce libtool-style versioning for libraries. --- src/fan/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fan/CMakeLists.txt') diff --git a/src/fan/CMakeLists.txt b/src/fan/CMakeLists.txt index 446e38b..6ccccbb 100644 --- a/src/fan/CMakeLists.txt +++ b/src/fan/CMakeLists.txt @@ -25,7 +25,7 @@ add_library(${LIBRARY_NAME} SHARED include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMPI_INCLUDE_DIR}) -target_link_libraries(${LIBRARY_NAME} openlmicommon ${KONKRETCMPI_LIBRARIES} sensors) +target_link_libraries(${LIBRARY_NAME} openlmi ${KONKRETCMPI_LIBRARIES} sensors) # Create registration file cim_registration(${PROVIDER_NAME} ${LIBRARY_NAME} ${MOF} share/openlmi-providers) -- cgit