diff options
-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 |