diff options
Diffstat (limited to 'src/admin')
| -rw-r--r-- | src/admin/convert/Imakefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/admin/convert/Imakefile b/src/admin/convert/Imakefile index 5cb3afc519..642235b46f 100644 --- a/src/admin/convert/Imakefile +++ b/src/admin/convert/Imakefile @@ -23,7 +23,12 @@ # # DEPLIBS = $(DEPKDBLIB) $(DEPKLIB) -LOCAL_LIBRARIES = $(KDBLIB) $(KLIB) -lkdb -lkrb -ldes425 +LOCAL_LIBRARIES = $(KDBLIB) $(KLIB) $(KDB4LIB) $(KRB4LIB) INCLUDES=-I$(TOP)/include/kerberosIV +#ifdef Krb4KDCCompat Krb5AdminProgramTarget(kdb5_convert) +#else +all:: + echo "Not defined to use Kerberos V4 backwards compatibility" +#endif |
