diff options
| author | Theodore Tso <tytso@mit.edu> | 1993-06-03 00:24:05 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1993-06-03 00:24:05 +0000 |
| commit | da2da9ae4600cd2dde44fb76594a6db171eaa9f5 (patch) | |
| tree | 2cfec7f889a6c8e0555067bbc979899a5baa9e6a /src | |
| parent | f075405d4c42da8fed37be8a74079e00342a9845 (diff) | |
New routines to support the new KRB_CRED structure
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2565 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/krb5/asn.1/Imakefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/src/lib/krb5/asn.1/Imakefile b/src/lib/krb5/asn.1/Imakefile index 12e4d7204..2f20fded0 100644 --- a/src/lib/krb5/asn.1/Imakefile +++ b/src/lib/krb5/asn.1/Imakefile @@ -86,7 +86,11 @@ SRCS= \ $(SRCDIR)kpwd2pwd.c \ $(SRCDIR)kpwds2pwds.c \ $(SRCDIR)pwd2kpwd.c \ - $(SRCDIR)pwds2kpwds.c + $(SRCDIR)pwds2kpwds.c \ + $(SRCDIR)cred2kcred.c \ + $(SRCDIR)crep2kcrep.c \ + $(SRCDIR)kcred2cred.c \ + $(SRCDIR)kcrep2crep.c OBJS= \ KRB5_tables.o \ @@ -145,7 +149,11 @@ OBJS= \ kpwd2pwd.o \ kpwds2pwds.o \ pwd2kpwd.o \ - pwds2kpwds.o + pwds2kpwds.o \ + cred2kcred.o \ + crep2kcrep.o \ + kcred2cred.o \ + kcrep2crep.o all:: includes |
