From 6e279e4026f5f0feed584bee7c212a8f7203d2c9 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Tue, 17 Dec 1996 23:53:15 +0000 Subject: [PATCH] Add *_err.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1133 ec53bebd-3082-4978-b11e-865c3cabbd6b --- include/Makefile.in | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/include/Makefile.in b/include/Makefile.in index 67957bd91..903bd4d88 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -1,4 +1,5 @@ -HEADERS = krb5.h asn1.h des.h md4.h bits.h cache.h keytab.h config_file.h +HEADERS = krb5.h krb5_err.h asn1_err.h asn1.h des.h md4.h \ + bits.h cache.h keytab.h config_file.h srcdir = @srcdir@ VPATH = $(srcdir) @@ -24,6 +25,12 @@ clean: krb5.h: $(LN_S) $(top_srcdir)/lib/krb5/krb5.h . +krb5_err.h: + $(LN_S) ../lib/krb5/error/krb5_err.h . + +asn1_err.h: + $(LN_S) ../lib/krb5/error/asn1_err.h . + cache.h: $(LN_S) $(top_srcdir)/lib/krb5/cache.h .