summaryrefslogtreecommitdiffstats
path: root/config.h.cmake
diff options
context:
space:
mode:
authorOBATA Akio <obache@wizdas.com>2020-08-08 18:33:11 +0900
committerSlávek Banko <slavek.banko@axis.cz>2020-08-26 18:10:51 +0200
commit56c5973b6b33df77a7491b07411cbd772c0d5d79 (patch)
tree98edb6334e62c8965e3e6b33a34dac89a964e241 /config.h.cmake
parent80444f1bea108bd9bc72e8ad94b5b18ac72e23ca (diff)
downloadtdelibs-56c5973b6b33df77a7491b07411cbd772c0d5d79.tar.gz
tdelibs-56c5973b6b33df77a7491b07411cbd772c0d5d79.zip
Fix to set DCOP_PATH properly
It is only used in dcop module and empty is unwanted situation, so properly define it in dcop/CMakeLists.txt. Rerevant header generation is also moved to there, and prevent to define in main config.h file too. Signed-off-by: OBATA Akio <obache@wizdas.com>
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.cmake b/config.h.cmake
index b2f38c0fc..8401efc31 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -15,9 +15,6 @@
/* Define to 1 if using `alloca.c'. */
#undef C_ALLOCA
-/* Define where your dcop binary is */
-#cmakedefine DCOP_PATH "@DCOP_PATH@"
-
/* Use su or sudo */
#define DEFAULT_SUPER_USER_COMMAND "@DEFAULT_SUPER_USER_COMMAND@"