summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kdesktop/lock/CMakeLists.txt1
-rw-r--r--kdesktop/lock/lockdlg.cc2
-rw-r--r--tdm/kfrontend/CMakeLists.txt1
-rw-r--r--tdm/kfrontend/kgreeter.cpp2
4 files changed, 4 insertions, 2 deletions
diff --git a/kdesktop/lock/CMakeLists.txt b/kdesktop/lock/CMakeLists.txt
index a0ec2f08a..05e14e938 100644
--- a/kdesktop/lock/CMakeLists.txt
+++ b/kdesktop/lock/CMakeLists.txt
@@ -18,6 +18,7 @@ include_directories(
${CMAKE_SOURCE_DIR}/tdmlib
${CMAKE_SOURCE_DIR}/kcheckpass
${TDE_INCLUDE_DIR}
+ ${TDE_INCLUDE_DIR}/tde
${TQT_INCLUDE_DIRS}
${KRB5_INCLUDE_DIRS}
)
diff --git a/kdesktop/lock/lockdlg.cc b/kdesktop/lock/lockdlg.cc
index d51536dca..d4b456a9e 100644
--- a/kdesktop/lock/lockdlg.cc
+++ b/kdesktop/lock/lockdlg.cc
@@ -59,7 +59,7 @@
#include <fixx11h.h>
#ifdef HAVE_KRB5
-#include <tde/libtdeldap.h>
+#include <libtdeldap.h>
#endif
#ifndef AF_LOCAL
diff --git a/tdm/kfrontend/CMakeLists.txt b/tdm/kfrontend/CMakeLists.txt
index 87c1a43fd..d150a32c9 100644
--- a/tdm/kfrontend/CMakeLists.txt
+++ b/tdm/kfrontend/CMakeLists.txt
@@ -21,6 +21,7 @@ include_directories(
${CMAKE_SOURCE_DIR}/tdmlib
${CMAKE_SOURCE_DIR}/kcontrol/background
${TDE_INCLUDE_DIR}
+ ${TDE_INCLUDE_DIR}/tde
${TQT_INCLUDE_DIRS}
${KRB5_INCLUDE_DIRS}
)
diff --git a/tdm/kfrontend/kgreeter.cpp b/tdm/kfrontend/kgreeter.cpp
index 5da8bfc51..7f45ca197 100644
--- a/tdm/kfrontend/kgreeter.cpp
+++ b/tdm/kfrontend/kgreeter.cpp
@@ -100,7 +100,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
#include <X11/Xlib.h>
#ifdef HAVE_KRB5
-#include <tde/libtdeldap.h>
+#include <libtdeldap.h>
#endif
#define FIFO_DIR "/tmp/tdesocket-global/tdm"