diff options
| author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2025-09-29 22:36:09 -0500 |
|---|---|---|
| committer | Timothy Pearson <tpearson@raptorengineering.com> | 2025-10-22 19:33:43 -0500 |
| commit | 9011d2d03eb173a7b10db874a74e8ab5f6a80653 (patch) | |
| tree | 8ba14c3c6262018a6b95f9cd2caf56700fcd732f /config.h.cmake | |
| parent | 8851ee65be6d511320d688e7396feb6ce99f46aa (diff) | |
| download | kcmldapcontroller-9011d2d0.tar.gz kcmldapcontroller-9011d2d0.zip | |
Use correct path for TDE slapd plugin libraries
Signed-off-by: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Diffstat (limited to 'config.h.cmake')
| -rw-r--r-- | config.h.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake index 8566bc3..64fdb27 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -20,7 +20,7 @@ #cmakedefine KDE_CONFDIR "@KDE_CONFDIR@" /* Path for the libraries */ -#cmakedefine TDE_LIBDIR "@TDE_LIBDIR@" +#cmakedefine TDE_LIBDIR "@TDE_LIB_DIR@" /* Location for the ldap.keytab file */ #cmakedefine LDAP_KEYTAB_FILE "@LDAP_KEYTAB_FILE@" |
