projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15f9982
)
add princ_comp.c
author
John Kohl
<jtkohl@mit.edu>
Mon, 5 Feb 1990 13:05:53 +0000
(13:05 +0000)
committer
John Kohl
<jtkohl@mit.edu>
Mon, 5 Feb 1990 13:05:53 +0000
(13:05 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@271
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/krb/Imakefile
patch
|
blob
|
history
diff --git
a/src/lib/krb5/krb/Imakefile
b/src/lib/krb5/krb/Imakefile
index f319b7ce672e9abadc037dd491f1ff1f110ab9b8..3ef7197ec3d60104f4faae3d53577ef0154afada 100644
(file)
--- 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