summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/krb5/krb/Imakefile')
-rw-r--r--src/lib/krb5/krb/Imakefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/lib/krb5/krb/Imakefile b/src/lib/krb5/krb/Imakefile
new file mode 100644
index 000000000..f319b7ce6
--- /dev/null
+++ b/src/lib/krb5/krb/Imakefile
@@ -0,0 +1,27 @@
+NormalLibraryObjectRule()
+
+OBJS= decode_kdc.o \
+ decode_tkt.o \
+ decrypt_tk.o \
+ def_realm.o \
+ encode_kdc.o \
+ encode_tkt.o \
+ encrypt_tk.o \
+ mk_error.o \
+ parse.o \
+ rd_error.o \
+ unparse.o
+
+SRCS= decode_kdc.c \
+ decode_tkt.c \
+ decrypt_tk.c \
+ def_realm.c \
+ encode_kdc.c \
+ encode_tkt.c \
+ encrypt_tk.c \
+ mk_error.c \
+ parse.c \
+ rd_error.c \
+ unparse.c
+
+NormalLibraryTarget(krb,$(OBJS))