diff options
author | gregory guy <g-gregory@gmx.fr> | 2019-04-03 18:19:30 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-04-07 20:39:07 +0200 |
commit | 961f36bb7b23ba3ff6606743ade216f7f56c33da (patch) | |
tree | 2225ef2e46a2878d29d160e51559fc655cd89659 /cert-updater/main.cpp | |
parent | ef47d91dd30f750fffb2d1c08f24f848d0bb26b4 (diff) | |
download | kcmldapcontroller-961f36bb7b23ba3ff6606743ade216f7f56c33da.tar.gz kcmldapcontroller-961f36bb7b23ba3ff6606743ade216f7f56c33da.zip |
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
(cherry picked from commit 307a1a53261669dc8d1d2ee031a8927f64ddb27a)
Diffstat (limited to 'cert-updater/main.cpp')
-rw-r--r-- | cert-updater/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cert-updater/main.cpp b/cert-updater/main.cpp index e4042fb..1a3fb2f 100644 --- a/cert-updater/main.cpp +++ b/cert-updater/main.cpp @@ -35,9 +35,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 updating realm certificates"); |