From: Ezra Peisach Date: Wed, 26 Apr 1995 21:40:24 +0000 (+0000) Subject: Makefile.in: Install the current list of header files. X-Git-Tag: krb5-1.0-beta5~232 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b985d71b468a2a290236513120d01f9e585ff0f2;p=krb5.git 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 --- 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 + + * Makefile.in: Reflect current list of headers to be installed. + Thu Apr 20 11:35:07 1995 * 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