diff options
Diffstat (limited to 'tdm/backend/CMakeLists.txt')
-rw-r--r-- | tdm/backend/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tdm/backend/CMakeLists.txt b/tdm/backend/CMakeLists.txt index bece8be72..8f11c4b34 100644 --- a/tdm/backend/CMakeLists.txt +++ b/tdm/backend/CMakeLists.txt @@ -16,10 +16,14 @@ include_directories( ${CMAKE_BINARY_DIR} ${DBUS_INCLUDE_DIRS} ${CMAKE_SOURCE_DIR}/tdm/kfrontend + ${XAU_INCLUDE_DIRS} + ${XDMCP_INCLUDE_DIRS} ) link_directories( ${DBUS_LIBRARY_DIRS} + ${XAU_LIBRARY_DIRS} + ${XDMCP_LIBRARY_DIRS} ) ##### tdm (executable) ########################## |