Add support to build the lib/krb5/ccache api directory and include it
authorTheodore Tso <tytso@mit.edu>
Mon, 24 Aug 1998 22:01:12 +0000 (22:01 +0000)
committerTheodore Tso <tytso@mit.edu>
Mon, 24 Aug 1998 22:01:12 +0000 (22:01 +0000)
in the Windows kerbsrc-nt.zip file.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10879 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/Makefile.in

index 3e225822a564b5ab4a441fd3d10d443b12fc231f..2189342e5cc5bea8a901a81f5b11aa2fec9edb15 100644 (file)
@@ -1,3 +1,9 @@
+1998-08-24  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * 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  <mdh@mit.edu>
 
        * aclocal.m4: Allow shared libraries to build properly under Irix
index b5d228ccc3a73f453895aeb11bb92918b0f539fa..2c108b4a0a4883057a641d7615318f6b1317f560 100644 (file)
@@ -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/*