From 91a3d227a5c593f38c489e275fa949115a42e271 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 30 Jan 2019 14:55:15 +0100 Subject: Prevent hard-coded "tde/" in #include ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- kdesktop/lock/CMakeLists.txt | 1 + kdesktop/lock/lockdlg.cc | 2 +- tdm/kfrontend/CMakeLists.txt | 1 + tdm/kfrontend/kgreeter.cpp | 2 +- 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 #ifdef HAVE_KRB5 -#include +#include #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 #ifdef HAVE_KRB5 -#include +#include #endif #define FIFO_DIR "/tmp/tdesocket-global/tdm" -- cgit v1.2.3