projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7e8183
)
use K4LIB
author
John Kohl
<jtkohl@mit.edu>
Thu, 14 Feb 1991 10:00:58 +0000
(10:00 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Thu, 14 Feb 1991 10:00:58 +0000
(10:00 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1695
dc483132
-0cff-0310-8789-
dd5450dbe970
src/kdc/Imakefile
patch
|
blob
|
history
diff --git
a/src/kdc/Imakefile
b/src/kdc/Imakefile
index b8a6f38e0c09ca864759d989da0a9fdefc919fef..f4aba3f7400310677ebae42c07aac45bf3f6ef99 100644
(file)
--- a/
src/kdc/Imakefile
+++ b/
src/kdc/Imakefile
@@
-10,8
+10,10
@@
#ifdef Krb4KDCCompat
KRB4DEF = -DKRB4
+K4LIB=$(KRB4LIB)
#else
KRB4DEF =
+K4LIB=
#endif
DEFINES = -DBACKWARD_COMPAT $(KRB4DEF)
@@
-51,7
+53,7
@@
depend:: kdc5_err.c
kdc5_err.c: kdc5_err.et
NormalProgramTarget(krb5kdc,$(OBJS),$(DEPKDBLIB) $(DEPKLIB), \
- $(KDBLIB) $(KLIB) $(K
RB
4LIB),)
+ $(KDBLIB) $(KLIB) $(K4LIB),)
clean::
$(RM) kdc5_err.h kdc5_err.c