Changed Kerberos V4 libraries configuration
authorTheodore Tso <tytso@mit.edu>
Thu, 3 Jun 1993 00:00:56 +0000 (00:00 +0000)
committerTheodore Tso <tytso@mit.edu>
Thu, 3 Jun 1993 00:00:56 +0000 (00:00 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2535 dc483132-0cff-0310-8789-dd5450dbe970

src/admin/convert/Imakefile

index 5cb3afc519b13d50c2a8ee49bec9c8002ac050b2..642235b46fca3812a24028c6dd22d41c33319198 100644 (file)
 # 
 # 
 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