summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-02-05 13:05:53 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-02-05 13:05:53 +0000
commitb5eb2821d791dd42cc303b17ec4cae72531d20c3 (patch)
tree1c771472b8113c191cf8977f5f75f1ba79cb7040 /src
parent15f998207d69ae153d3879d594091ac766c67b49 (diff)
add princ_comp.c
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@271 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/lib/krb5/krb/Imakefile2
1 files changed, 2 insertions, 0 deletions
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