diff --git a/include/Makefile.in b/include/Makefile.in index 8707e3ee4..33d2e3142 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -1,6 +1,6 @@ HEADERS = \ asn1.h asn1_err.h bits.h cache.h config_file.h \ - des.h error.h getarg.h gssapi.h hdb.h hdb_err.h \ + des.h error.h getarg.h gssapi.h hdb.h hdb_asn1.h hdb_err.h \ keytab.h krb5.h krb5_err.h md4.h md5.h roken.h \ sha.h sl.h store.h @@ -90,6 +90,9 @@ des.h: hdb.h: $(LN_S) $(top_srcdir)/lib/hdb/hdb.h . +hdb_asn1.h: + $(LN_S) ../lib/hdb/hdb_asn1.h . + md4.h: $(LN_S) $(top_srcdir)/lib/des/md4.h .