diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/ChangeLog | 5 | ||||
| -rw-r--r-- | src/include/krb5/Makefile.in | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog index 2602e9a2c..97106d1bf 100644 --- a/src/include/krb5/ChangeLog +++ b/src/include/krb5/ChangeLog @@ -1,3 +1,8 @@ +Wed Mar 1 17:45:13 1995 Theodore Y. Ts'o <tytso@dcl> + + * Makefile.in: Change config.h -> k5-config.h and free.h -> + k5-free.h to reflect renamed header files for Mac/PC port. + Mon Feb 27 23:47:58 1995 John Gilmore (gnu at toad.com) * Makefile.in (osconf.h): Remove temp file osconf.new. diff --git a/src/include/krb5/Makefile.in b/src/include/krb5/Makefile.in index fe0aabea1..1391298e1 100644 --- a/src/include/krb5/Makefile.in +++ b/src/include/krb5/Makefile.in @@ -4,9 +4,9 @@ KRB5SRVTABDIR = /etc ##DOSBUILDTOP = ..\.. ##DOS!include $(BUILDTOP)\config\windows.in -KRB5_HEADERS = asn1.h base-defs.h ccache.h config.h encryption.h \ +KRB5_HEADERS = asn1.h base-defs.h ccache.h k5-config.h encryption.h \ error_def.h errors.h ext-proto.h fieldbits.h \ - free.h func-proto.h hostaddr.h kdb.h kdb_dbm.h \ + k5-free.h func-proto.h hostaddr.h kdb.h kdb_dbm.h \ keytab.h krb5.h libos.h los-proto.h macros.h mit-des.h \ proto.h rcache.h safepriv.h sysincl.h wordsize.h # these are installed here for the build from lib/krb5/error_tables but |
