projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb5ae56
)
Changed Kerberos V4 libraries configuration
author
Theodore Tso
<tytso@mit.edu>
Thu, 3 Jun 1993 00:00:56 +0000
(
00:00
+0000)
committer
Theodore 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
patch
|
blob
|
history
diff --git
a/src/admin/convert/Imakefile
b/src/admin/convert/Imakefile
index 5cb3afc519b13d50c2a8ee49bec9c8002ac050b2..642235b46fca3812a24028c6dd22d41c33319198 100644
(file)
--- 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