From 51a8c9b138d43c54a0f1ae831c860d5ec2a4d9b7 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Mon, 24 Aug 1998 22:01:12 +0000 Subject: [PATCH] Add support to build the lib/krb5/ccache api directory and include it in the Windows kerbsrc-nt.zip file. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10879 dc483132-0cff-0310-8789-dd5450dbe970 --- src/ChangeLog | 6 ++++++ src/Makefile.in | 6 +++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 3e225822a..2189342e5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +1998-08-24 Theodore Ts'o + + * Makefile.in: Add support to build the lib/krb5/ccache api + directory and include it in the Windows kerbsrc-nt.zip + file. + Wed Jul 8 01:10:44 1998 Matthew D Hancher * aclocal.m4: Allow shared libraries to build properly under Irix diff --git a/src/Makefile.in b/src/Makefile.in index b5d228ccc..2c108b4a0 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -141,6 +141,7 @@ config-windows:: makefile-windows ##DOS## lib\krb5\ccache\file\makefile \ ##DOS## lib\krb5\ccache\stdio\makefile \ ##DOS## lib\krb5\ccache\memory\makefile \ +##DOS## lib\krb5\ccache\ccapi\makefile \ ##DOS## lib\krb5\error_tables\makefile \ ##DOS## lib\krb5\keytab\makefile \ ##DOS## lib\krb5\keytab\file\makefile lib\krb5\krb\makefile \ @@ -207,6 +208,8 @@ config-windows:: makefile-windows ##DOS## $(WCONFIG) config < $@.in > $@ ##DOS##lib\krb5\ccache\memory\makefile: lib\krb5\ccache\memory\makefile.in $(MKFDEP) ##DOS## $(WCONFIG) config < $@.in > $@ +##DOS##lib\krb5\ccache\ccapi\makefile: lib\krb5\ccache\ccapi\makefile.in $(MKFDEP) +##DOS## $(WCONFIG) config < $@.in > $@ ##DOS##lib\krb5\error_tables\makefile: lib\krb5\error_tables\makefile.in $(MKFDEP) ##DOS## $(WCONFIG) config < $@.in > $@ ##DOS##lib\krb5\keytab\makefile: lib\krb5\keytab\makefile.in $(MKFDEP) @@ -285,7 +288,8 @@ FILES= ./* \ lib/gssapi/mechglue/* lib/krb4/* \ lib/krb5/* lib/krb5/asn.1/* lib/krb5/krb/* \ lib/krb5/ccache/* lib/krb5/ccache/file/* lib/krb5/ccache/memory/* \ - lib/krb5/ccache/stdio/* lib/krb5/error_tables/* \ + lib/krb5/ccache/stdio/* lib/krb5/ccache/ccapi/* \ + lib/krb5/error_tables/* \ lib/krb5/keytab/* lib/krb5/keytab/file/* \ lib/krb5/os/* lib/krb5/posix/* lib/krb5/rcache/* \ util/et/* util/profile/* -- 2.26.2