summaryrefslogtreecommitdiffstats
path: root/src/logicalfile
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/logicalfile
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/logicalfile')
-rw-r--r--src/logicalfile/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logicalfile/CMakeLists.txt b/src/logicalfile/CMakeLists.txt
index 4e7e8fa..3a09a4a 100644
--- a/src/logicalfile/CMakeLists.txt
+++ b/src/logicalfile/CMakeLists.txt
@@ -27,7 +27,7 @@ if(LIBSELINUX_FOUND EQUAL 1)
endif(LIBSELINUX_FOUND EQUAL 1)
include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMPI_INCLUDE_DIR})
-target_link_libraries(${LIBRARY_NAME} openlmi
+target_link_libraries(${LIBRARY_NAME} openlmicommon
${KONKRETCMPI_LIBRARIES}
${LIBUDEV_LIBRARIES}
${LIBSELINUX_LIBRARIES})