diff options
| author | Mark Eichin <eichin@mit.edu> | 1995-02-21 22:51:39 +0000 |
|---|---|---|
| committer | Mark Eichin <eichin@mit.edu> | 1995-02-21 22:51:39 +0000 |
| commit | 18d5fc19ccfefa9e7ff54037b59d73b00f41249e (patch) | |
| tree | c04441d7c36d6356aee3da6c4c334ec193146c6b /src/include/krb5/Makefile.in | |
| parent | b43cc2e29f2e16debad40ddc1289b76f90f65c51 (diff) | |
| download | krb5-18d5fc19ccfefa9e7ff54037b59d73b00f41249e.tar.gz krb5-18d5fc19ccfefa9e7ff54037b59d73b00f41249e.tar.xz krb5-18d5fc19ccfefa9e7ff54037b59d73b00f41249e.zip | |
* config.h: get krb5/autoconf.h.
* Makefile.in (KRB5_HEADERS): add config.h, remove rsa-md4.h and
crc-32.h which aren't here anymore.
(changes suggested by ezra peisach)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4962 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5/Makefile.in')
| -rw-r--r-- | src/include/krb5/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/krb5/Makefile.in b/src/include/krb5/Makefile.in index fb083f8cf..6eb9c3cc8 100644 --- a/src/include/krb5/Makefile.in +++ b/src/include/krb5/Makefile.in @@ -4,11 +4,11 @@ KRB5SRVTABDIR = /etc ##DOSBUILDTOP = ..\.. ##DOS!include $(BUILDTOP)\config\windows.in -KRB5_HEADERS = asn1.h base-defs.h ccache.h crc-32.h encryption.h \ +KRB5_HEADERS = asn1.h base-defs.h ccache.h 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 \ 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 + 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 kdb5_err.h krb5_err.h |
