summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Minar <miminar@redhat.com>2014-06-24 09:18:57 +0200
committerMichal Minar <miminar@redhat.com>2014-06-25 15:17:17 +0200
commit12ff44a815fd01257bc9da35854f0007d9802d2b (patch)
tree97524fe23c224d654ecd740da76b48ddaf09ef3b
parent372fab83ea543700ce7d43ef5055e663e072a3ad (diff)
downloadopenlmi-providers-12ff44a815fd01257bc9da35854f0007d9802d2b.tar.gz
openlmi-providers-12ff44a815fd01257bc9da35854f0007d9802d2b.tar.xz
openlmi-providers-12ff44a815fd01257bc9da35854f0007d9802d2b.zip
software-dbus: require and link with jobmanager
-rw-r--r--src/software-dbus/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/software-dbus/CMakeLists.txt b/src/software-dbus/CMakeLists.txt
index a1ab215..8b645e0 100644
--- a/src/software-dbus/CMakeLists.txt
+++ b/src/software-dbus/CMakeLists.txt
@@ -26,9 +26,12 @@ pkg_check_modules(RPM rpm)
include_directories(${CMAKE_CURRENT_BINARY_DIR}
${CMPI_INCLUDE_DIR}
- ${PACKAGEKIT_INCLUDE_DIRS})
+ ${PACKAGEKIT_INCLUDE_DIRS}
+ ${CMAKE_SOURCE_DIR}/src/libs/indsender
+ ${CMAKE_SOURCE_DIR}/src/libs/jobmanager)
target_link_libraries(${LIBRARY_NAME}
openlmicommon
+ openlmijobmanager
${KONKRETCMPI_LIBRARIES}
${PACKAGEKIT_LIBRARIES}
${RPM_LIBRARIES})