Added md5.h, sha.h, and gssapi.h

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1568 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-04-13 22:12:01 +00:00
parent ebe3937713
commit 408cada6a2

View File

@@ -1,5 +1,5 @@
HEADERS = krb5.h krb5_err.h asn1_err.h hdb_err.h asn1.h des.h hdb.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 md5.h sha.h bits.h cache.h keytab.h config_file.h store.h gssapi.h
srcdir = @srcdir@ srcdir = @srcdir@
VPATH = $(srcdir) VPATH = $(srcdir)
@@ -55,9 +55,18 @@ hdb.h:
md4.h: md4.h:
$(LN_S) $(top_srcdir)/lib/des/md4.h . $(LN_S) $(top_srcdir)/lib/des/md4.h .
md5.h:
$(LN_S) $(top_srcdir)/lib/des/md5.h .
sha.h:
$(LN_S) $(top_srcdir)/lib/des/sha.h .
store.h: store.h:
$(LN_S) $(top_srcdir)/lib/krb5/store.h . $(LN_S) $(top_srcdir)/lib/krb5/store.h .
gssapi.h:
$(LN_S) $(top_srcdir)/lib/gssapi/gssapi.h .
bits.h: bits bits.h: bits
./bits bits.h ./bits bits.h