summaryrefslogtreecommitdiffstats
path: root/cmdline/main.cpp
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2019-03-15 10:58:02 +0100
committergregory guy <[email protected]>2019-03-27 13:59:33 +0100
commit67025db14ed3496a7977682e1c5c282e630abc4e (patch)
treeae4455b24b9ef3c2e66062a478797d7e32829ca5 /cmdline/main.cpp
parentdbab0cd0ca4ccdf685ffa265671e65cd4d06fcaa (diff)
downloadkcmldapmanager-67025db14ed3496a7977682e1c5c282e630abc4e.tar.gz
kcmldapmanager-67025db14ed3496a7977682e1c5c282e630abc4e.zip
conversion to the cmake building system
Signed-off-by: gregory guy <[email protected]>
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");