diff --git a/include/Makefile.in b/include/Makefile.in index a5f383cf4..28d372f13 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -1,4 +1,4 @@ -HEADERS = krb5.h krb5_err.h asn1_err.h asn1.h des.h md4.h \ +HEADERS = krb5.h krb5_err.h asn1_err.h hdb_err.h asn1.h des.h hdb.h md4.h \ bits.h cache.h keytab.h config_file.h store.h srcdir = @srcdir@ @@ -31,6 +31,9 @@ krb5_err.h: asn1_err.h: $(LN_S) ../lib/krb5/error/asn1_err.h . +hdb_err.h: + $(LN_S) ../lib/krb5/error/hdb_err.h . + cache.h: $(LN_S) $(top_srcdir)/lib/krb5/cache.h . @@ -46,6 +49,9 @@ asn1.h: des.h: $(LN_S) $(top_srcdir)/lib/des/des.h . +hdb.h: + $(LN_S) $(top_srcdir)/lib/hdb/hdb.h . + md4.h: $(LN_S) $(top_srcdir)/lib/des/md4.h .