summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/ccache/file/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/krb5/ccache/file/Imakefile')
-rw-r--r--src/lib/krb5/ccache/file/Imakefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/lib/krb5/ccache/file/Imakefile b/src/lib/krb5/ccache/file/Imakefile
new file mode 100644
index 0000000000..7ee285276d
--- /dev/null
+++ b/src/lib/krb5/ccache/file/Imakefile
@@ -0,0 +1,15 @@
+NormalLibraryObjectRule()
+
+OBJS = fcc_close.o fcc_destry.o fcc_eseq.o \
+ fcc_gennew.o fcc_getnam.o fcc_gprin.o fcc_init.o \
+ fcc_nseq.o fcc_read.o fcc_reslv.o fcc_retrv.o \
+ fcc_sseq.o fcc_store.o fcc_skip.o fcc_ops.o fcc_write.o \
+ fcc_sflags.o
+
+SRCS = fcc_close.c fcc_destry.c fcc_eseq.c \
+ fcc_gennew.c fcc_getnam.c fcc_gprin.c fcc_init.c \
+ fcc_nseq.c fcc_read.c fcc_reslv.c fcc_retrv.c \
+ fcc_sseq.c fcc_store.c fcc_skip.c fcc_ops.c fcc_write.c \
+ fcc_sflags.c
+
+NormalLibraryTarget(fcc,$(OBJS))