diff options
| author | Ezra Peisach <epeisach@mit.edu> | 1995-04-26 21:40:24 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 1995-04-26 21:40:24 +0000 |
| commit | b985d71b468a2a290236513120d01f9e585ff0f2 (patch) | |
| tree | 387fb82125967b3a9d2c9edd64d15a8c7c1aeb90 /src/include | |
| parent | 961e6daf922ba12893c1e8758008f77fdd585142 (diff) | |
| download | krb5-b985d71b468a2a290236513120d01f9e585ff0f2.tar.gz krb5-b985d71b468a2a290236513120d01f9e585ff0f2.tar.xz krb5-b985d71b468a2a290236513120d01f9e585ff0f2.zip | |
Makefile.in: Install the current list of header files.
Some DOS specific ones may be missing at the moment.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5520 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/krb5/ChangeLog | 4 | ||||
| -rw-r--r-- | src/include/krb5/Makefile.in | 10 |
2 files changed, 8 insertions, 6 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog index ae16f8905..3be4ea2ac 100644 --- a/src/include/krb5/ChangeLog +++ b/src/include/krb5/ChangeLog @@ -1,3 +1,7 @@ +Wed Apr 26 10:41:08 1995 Ezra Peisach <epeisach@kangaroo.mit.edu> + + * Makefile.in: Reflect current list of headers to be installed. + Thu Apr 20 11:35:07 1995 <tytso@rsx-11.mit.edu> * k5-config.h, configure.in: Remove support for HAS_ANSI_CONST diff --git a/src/include/krb5/Makefile.in b/src/include/krb5/Makefile.in index 4dd03f1ab..44e08142d 100644 --- a/src/include/krb5/Makefile.in +++ b/src/include/krb5/Makefile.in @@ -4,12 +4,10 @@ KRB5SRVTABDIR = /etc ##DOSBUILDTOP = ..\.. ##DOS!include $(BUILDTOP)\config\windows.in -KRB5_HEADERS = adm.h adm_proto.h \ - asn1.h base-defs.h ccache.h k5-config.h encryption.h \ - error_def.h k5-errors.h ext-proto.h fieldbits.h \ - k5-free.h func-proto.h hostaddr.h kdb.h kdb_dbm.h \ - keytab.h libos.h los-proto.h macros.h mit-des.h \ - proto.h rcache.h safepriv.h sysincl.h wordsize.h +KRB5_HEADERS = adm.h adm_proto.h asn1.h ext-proto.h k5-config.h k5-errors.h \ + kdb.h kdb_dbm.h libos.h los-proto.h mit-des.h preauth.h \ + rsa-md5.h sysincl.h winsock.h + # these are installed here for the build from lib/krb5/error_tables but # also need to be in the installed tree ET_HEADERS = adm_err.h asn1_err.h kdb5_err.h krb5_err.h |
