From 9415a9f0d76f76979d98ecc834adcf4c7e76a9d0 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Thu, 10 Jul 1997 04:26:30 +0000 Subject: [PATCH] Update *_err.h, add error.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2129 ec53bebd-3082-4978-b11e-865c3cabbd6b --- include/Makefile.in | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/include/Makefile.in b/include/Makefile.in index 97e02ebc0..cd86479bb 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -1,6 +1,6 @@ -HEADERS = krb5.h krb5_err.h asn1_err.h hdb_err.h asn1.h des.h hdb.h md4.h \ - md5.h sha.h bits.h cache.h keytab.h config_file.h store.h gssapi.h \ - roken.h sl.h +HEADERS = asn1.h asn1_err.h bits.h cache.h config_file.h des.h error.h \ + gssapi.h hdb.h hdb_err.h keytab.h krb5.h krb5_err.h md4.h md5.h \ + roken.h sha.h sl.h store.h srcdir = @srcdir@ VPATH = $(srcdir) @@ -27,13 +27,16 @@ krb5.h: $(LN_S) $(top_srcdir)/lib/krb5/krb5.h . krb5_err.h: - $(LN_S) ../lib/krb5/error/krb5_err.h . + $(LN_S) ../lib/error/krb5_err.h . asn1_err.h: - $(LN_S) ../lib/krb5/error/asn1_err.h . + $(LN_S) ../lib/error/asn1_err.h . hdb_err.h: - $(LN_S) ../lib/krb5/error/hdb_err.h . + $(LN_S) ../lib/error/hdb_err.h . + +error.h: + $(LN_S) $(top_srcdir)/lib/error/error.h . cache.h: $(LN_S) $(top_srcdir)/lib/krb5/cache.h .