summaryrefslogtreecommitdiffstats
path: root/src/service-dbus
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/service-dbus
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/service-dbus')
-rw-r--r--src/service-dbus/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service-dbus/CMakeLists.txt b/src/service-dbus/CMakeLists.txt
index b1c42f1..4ba3231 100644
--- a/src/service-dbus/CMakeLists.txt
+++ b/src/service-dbus/CMakeLists.txt
@@ -28,7 +28,7 @@ include_directories(${CMAKE_CURRENT_BINARY_DIR}
${GIO_INCLUDE_DIRS}
${CMAKE_SOURCE_DIR}/src/indmanager)
target_link_libraries(${LIBRARY_NAME}
- openlmi
+ openlmicommon
openlmiindmanager
${KONKRETCMPI_LIBRARIES}
${GIO_LIBRARIES})