summaryrefslogtreecommitdiffstats
path: root/cmdline/main.cpp
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2019-03-15 10:58:02 +0100
committerSlávek Banko <slavek.banko@axis.cz>2019-03-31 12:54:19 +0200
commit922d3cdd719e00dc2f8e3f697a922e6926b4e9bc (patch)
treec01312763dfe7adbbb41e48daa4a345f7c2c0593 /cmdline/main.cpp
parent36a43831f4bf48eb688499e111f7b86d25abb5fb (diff)
downloadkcmldapmanager-922d3cdd719e00dc2f8e3f697a922e6926b4e9bc.tar.gz
kcmldapmanager-922d3cdd719e00dc2f8e3f697a922e6926b4e9bc.zip
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit 67025db14ed3496a7977682e1c5c282e630abc4e)
Diffstat (limited to 'cmdline/main.cpp')
-rw-r--r--cmdline/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmdline/main.cpp b/cmdline/main.cpp
index 6a30762..dc22642 100644
--- a/cmdline/main.cpp
+++ b/cmdline/main.cpp
@@ -38,9 +38,9 @@
#include <libtdeldap.h>
-// FIXME
-// Connect this to CMake/Automake
+#ifndef KDE_CONFDIR
#define KDE_CONFDIR "/etc/trinity"
+#endif
static const char description[] =
I18N_NOOP("TDE utility for managing a Kerberos realm");