From 11e967519ed82edb45fd9c7680626b8ad27bdcd3 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Wed, 23 Jul 1997 02:08:29 +0000 Subject: [PATCH] +hdb_asn1.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2520 ec53bebd-3082-4978-b11e-865c3cabbd6b --- include/Makefile.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 .