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 .