Prevent hard-coded "tde/" in #include ...

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/26/head
Slávek Banko 5 years ago
parent 12a175c196
commit 91a3d227a5
Signed by: SlavekB
GPG Key ID: 608F5293A04BE668

@ -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}
)

@ -59,7 +59,7 @@
#include <fixx11h.h>
#ifdef HAVE_KRB5
#include <tde/libtdeldap.h>
#include <libtdeldap.h>
#endif
#ifndef AF_LOCAL

@ -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}
)

@ -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"

Loading…
Cancel
Save