summaryrefslogtreecommitdiffstats
path: root/src/account
diff options
context:
space:
mode:
authorJan Synacek <jsynacek@redhat.com>2014-05-06 11:09:17 +0200
committerJan Synacek <jsynacek@redhat.com>2014-05-06 11:09:17 +0200
commitc6cbafa06ccee8d12163b5eeac97fc2adc542668 (patch)
treeaa326733674ba4131f85b1f4550ea111d8022f7f /src/account
parentcf62127392299d74326717acf884ce249f25afe4 (diff)
downloadopenlmi-providers-c6cbafa06ccee8d12163b5eeac97fc2adc542668.tar.gz
openlmi-providers-c6cbafa06ccee8d12163b5eeac97fc2adc542668.tar.xz
openlmi-providers-c6cbafa06ccee8d12163b5eeac97fc2adc542668.zip
indmanager: move to libs
Diffstat (limited to 'src/account')
-rw-r--r--src/account/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/account/CMakeLists.txt b/src/account/CMakeLists.txt
index 83ca474..6390ae2 100644
--- a/src/account/CMakeLists.txt
+++ b/src/account/CMakeLists.txt
@@ -44,7 +44,7 @@ profile_mof_generate("90_LMI_Account_Profile.mof.skel" "${TARGET_MOF}" "${CIM_PR
# Require libuser
pkg_check_modules(LIBUSER REQUIRED libuser>=0.60)
-include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMPI_INCLUDE_DIR} ${GLIB_INCLUDE_DIRS} ${LIBUSER_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR}/src/indmanager)
+include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMPI_INCLUDE_DIR} ${GLIB_INCLUDE_DIRS} ${LIBUSER_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR}/src/libs/indmanager)
target_link_libraries(${LIBRARY_NAME} openlmicommon ${KONKRETCMPI_LIBRARIES} ${GLIB_LIBRARIES} ${LIBUSER_LIBRARIES} openlmiindmanager)