summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/krb/Imakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/krb5/krb/Imakefile b/src/lib/krb5/krb/Imakefile
index 3ef7197ec..d1c9a800d 100644
--- a/src/lib/krb5/krb/Imakefile
+++ b/src/lib/krb5/krb/Imakefile
@@ -7,6 +7,8 @@ OBJS= decode_kdc.o \
encode_kdc.o \
encode_tkt.o \
encrypt_tk.o \
+ in_tkt_pwd.o \
+ kdc_rep_dc.o \
mk_error.o \
parse.o \
princ_comp.o \
@@ -20,6 +22,8 @@ SRCS= decode_kdc.c \
encode_kdc.c \
encode_tkt.c \
encrypt_tk.c \
+ in_tkt_pwd.c \
+ kdc_rep_dc.c \
mk_error.c \
parse.c \
princ_comp.c \