add get_in_tkt, in_tkt_skey
authorJohn Kohl <jtkohl@mit.edu>
Fri, 9 Feb 1990 16:56:18 +0000 (16:56 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 9 Feb 1990 16:56:18 +0000 (16:56 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@334 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/krb/Imakefile

index d1c9a800d4b948dc79de0ca1358b3d7322349644..6a47e4580e847ffb986a29e3b31e99bf4c8fd7c4 100644 (file)
@@ -7,7 +7,9 @@ OBJS=   decode_kdc.o    \
        encode_kdc.o    \
        encode_tkt.o    \
        encrypt_tk.o    \
+       get_in_tkt.o    \
        in_tkt_pwd.o    \
+       in_tkt_skey.o   \
        kdc_rep_dc.o    \
        mk_error.o      \
        parse.o         \
@@ -22,7 +24,9 @@ SRCS= decode_kdc.c    \
        encode_kdc.c    \
        encode_tkt.c    \
        encrypt_tk.c    \
+       get_in_tkt.o    \
        in_tkt_pwd.c    \
+       in_tkt_skey.c   \
        kdc_rep_dc.c    \
        mk_error.c      \
        parse.c         \