diff options
| author | Theodore Tso <tytso@mit.edu> | 1995-11-04 02:32:13 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1995-11-04 02:32:13 +0000 |
| commit | 4a78424dc1739d644b7142a0eb73c71ff17bdb59 (patch) | |
| tree | 7ed0212540350433f111a7732ef2095c19d44371 /src | |
| parent | df5bbaae4b9cedbf28da1dd74c420df6bec5b428 (diff) | |
| download | krb5-4a78424dc1739d644b7142a0eb73c71ff17bdb59.tar.gz krb5-4a78424dc1739d644b7142a0eb73c71ff17bdb59.tar.xz krb5-4a78424dc1739d644b7142a0eb73c71ff17bdb59.zip | |
Added the ccache/memory subdirectory
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7018 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/krb5/ChangeLog | 4 | ||||
| -rw-r--r-- | src/lib/krb5/Makefile.in | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/src/lib/krb5/ChangeLog b/src/lib/krb5/ChangeLog index 3987e27c7..2c492791d 100644 --- a/src/lib/krb5/ChangeLog +++ b/src/lib/krb5/ChangeLog @@ -1,3 +1,7 @@ +Fri Nov 3 21:31:44 1995 Theodore Y. Ts'o <tytso@dcl> + + * Makefile.in: Added the ccache/memory subdirectory. + Fri Oct 6 22:05:44 1995 Theodore Y. Ts'o <tytso@dcl> * Makefile.in: Remove ##DOS!include of config/windows.in. diff --git a/src/lib/krb5/Makefile.in b/src/lib/krb5/Makefile.in index 913254f70..386598910 100644 --- a/src/lib/krb5/Makefile.in +++ b/src/lib/krb5/Makefile.in @@ -2,14 +2,14 @@ TST=if test -n "`cat DONE`" ; then -LIB_SUBDIRS= error_tables asn.1 ccache ccache/stdio ccache/file \ +LIB_SUBDIRS= error_tables asn.1 ccache ccache/stdio ccache/file ccache/memory \ keytab keytab/file krb rcache free os posix $(BUILDTOP)/util/profile \ $(BUILDTOP)/util/berk_db/hash LIBUPDATE= $(BUILDTOP)/util/libupdate LIBDONE= error_tables/DONE asn.1/DONE ccache/DONE ccache/stdio/DONE \ - ccache/file/DONE keytab/DONE keytab/file/DONE krb/DONE \ - rcache/DONE free/DONE os/DONE posix/DONE \ - $(BUILDTOP)/util/profile/DONE \ + ccache/file/DONE ccache/memory/DONE keytab/DONE \ + keytab/file/DONE krb/DONE rcache/DONE free/DONE os/DONE \ + posix/DONE $(BUILDTOP)/util/profile/DONE \ $(BUILDTOP)/util/berk_db/hash/DONE # # Depends on KRB4_LIB, KRB4_CRYPTO_LIB and libcrypto, expect two unresolved |
