diff options
author | John Kohl <jtkohl@mit.edu> | 1991-03-21 13:55:02 +0000 |
---|---|---|
committer | John Kohl <jtkohl@mit.edu> | 1991-03-21 13:55:02 +0000 |
commit | c152f3ea365f09d14f303432b1843f018d50d5d1 (patch) | |
tree | 5782affc0412461580a49ef63c09ed7d64c6353d /src/lib | |
parent | a19ceeaa9b55bf1739e384a713de19fbd0d13418 (diff) | |
download | krb5-c152f3ea365f09d14f303432b1843f018d50d5d1.tar.gz krb5-c152f3ea365f09d14f303432b1843f018d50d5d1.tar.xz krb5-c152f3ea365f09d14f303432b1843f018d50d5d1.zip |
add sn2princ
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1941 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r-- | src/lib/krb5/os/Imakefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/krb5/os/Imakefile b/src/lib/krb5/os/Imakefile index 7a620cf577..b30094f8d3 100644 --- a/src/lib/krb5/os/Imakefile +++ b/src/lib/krb5/os/Imakefile @@ -33,6 +33,7 @@ OBJS= \ rnd_confoun.o \ read_pwd.o \ sendto_kdc.o \ + sn2princ.o \ timeofday.o \ unlck_file.o \ ustime.o @@ -60,6 +61,7 @@ SRCS= \ port2ip.c \ rnd_confoun.c \ sendto_kdc.c \ + sn2princ.c \ timeofday.c \ unlck_file.c \ ustime.c |