[1087] in Kerberos-V5-bugs
make install in include/krb5 broken
daemon@ATHENA.MIT.EDU (epeisach@MIT.EDU)
Fri Feb 10 15:10:20 1995
From: epeisach@MIT.EDU
Date: Fri, 10 Feb 1995 15:10:05 -0500
To: krb5-bugs@MIT.EDU
crc-32.h and rsa-md4.h no longer installed.... (in private directories).
===================================================================
RCS file: /mit/krb5/.cvsroot/src/include/krb5/Makefile.in,v
retrieving revision 1.19
diff -c -r1.19 Makefile.in
*** 1.19 1995/01/26 22:30:08
--- Makefile.in 1995/02/10 20:07:55
***************
*** 1,11 ****
KDB5DIR = $(KRB5ROOT)
KRB5SRVTABDIR = /etc
! KRB5_HEADERS = asn1.h base-defs.h ccache.h crc-32.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 \
keytab.h krb5.h libos.h los-proto.h macros.h mit-des.h \
! proto.h rcache.h rsa-md4.h safepriv.h sysincl.h wordsize.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 isode_err.h kdb5_err.h krb5_err.h
--- 1,11 ----
KDB5DIR = $(KRB5ROOT)
KRB5SRVTABDIR = /etc
! KRB5_HEADERS = asn1.h base-defs.h ccache.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 \
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
# also need to be in the installed tree
ET_HEADERS = adm_err.h asn1_err.h isode_err.h kdb5_err.h krb5_err.h