From a31517a43aac0e08933c80bffb5d0bdca46e8bdf Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 8 Aug 1997 22:50:28 +0000 Subject: [PATCH] add otp.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2828 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 7efd6e00f..23bc89f24 100644 --- a/include/Makefile.in +++ b/include/Makefile.in @@ -2,7 +2,7 @@ HEADERS = \ asn1.h asn1_err.h bits.h cache.h config_file.h \ des.h error.h getarg.h gssapi.h hdb.h hdb_asn1.h hdb_err.h \ heim_err.h keytab.h krb5.h krb5_err.h md4.h md5.h roken.h \ - sha.h sl.h store.h parse_time.h parse_units.h + sha.h sl.h store.h parse_time.h parse_units.h otp.h MAYBE_HEADERS = \ err.h @@ -126,6 +126,9 @@ roken.h: sl.h: $(LN_S) $(top_srcdir)/lib/sl/sl.h . +otp.h: + $(LN_S) $(top_srcdir)/lib/otp/otp.h . + bits.h: bits ./bits bits.h