From: John Kohl Date: Mon, 5 Feb 1990 13:05:53 +0000 (+0000) Subject: add princ_comp.c X-Git-Tag: krb5-1.0-alpha2~1113 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b5eb2821d791dd42cc303b17ec4cae72531d20c3;p=krb5.git add princ_comp.c git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@271 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/krb/Imakefile b/src/lib/krb5/krb/Imakefile index f319b7ce6..3ef7197ec 100644 --- a/src/lib/krb5/krb/Imakefile +++ b/src/lib/krb5/krb/Imakefile @@ -9,6 +9,7 @@ OBJS= decode_kdc.o \ encrypt_tk.o \ mk_error.o \ parse.o \ + princ_comp.o \ rd_error.o \ unparse.o @@ -21,6 +22,7 @@ SRCS= decode_kdc.c \ encrypt_tk.c \ mk_error.c \ parse.c \ + princ_comp.c \ rd_error.c \ unparse.c