summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-05 12:39:50 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-05 12:39:50 +0000
commit77cc00d6bf056a374d5bf3b91a05359e3f1eb4b4 (patch)
tree0d0a8944a2cd600722deaf0cb63bc14cce7d8f39 /src/lib
parent00c68dcbdcf6908715ff002d53ee3999bf1174d8 (diff)
downloadkrb5-77cc00d6bf056a374d5bf3b91a05359e3f1eb4b4.tar.gz
krb5-77cc00d6bf056a374d5bf3b91a05359e3f1eb4b4.tar.xz
krb5-77cc00d6bf056a374d5bf3b91a05359e3f1eb4b4.zip
add tgtname
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@744 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-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 d47a0465d..1b91df671 100644
--- a/src/lib/krb5/krb/Imakefile
+++ b/src/lib/krb5/krb/Imakefile
@@ -37,6 +37,7 @@ OBJS= addr_comp.o \
rd_req_dec.o \
rd_safe.o \
send_tgs.o \
+ tgtname.o \
unparse.o \
walk_rtree.o
@@ -77,6 +78,7 @@ SRCS= addr_comp.c \
rd_req_dec.c \
rd_safe.c \
send_tgs.c \
+ tgtname.c \
unparse.c \
walk_rtree.c