add parse_time.h

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@2619 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-07-24 11:30:49 +00:00
parent c227a07bd8
commit e1a992cf7b

View File

@@ -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 \
keytab.h krb5.h krb5_err.h md4.h md5.h roken.h \
sha.h sl.h store.h
sha.h sl.h store.h parse_time.h
MAYBE_HEADERS = \
err.h
@@ -69,6 +69,9 @@ err.h:
getarg.h:
$(LN_S) $(top_srcdir)/lib/roken/getarg.h .
parse_time.h:
$(LN_S) $(top_srcdir)/lib/roken/parse_time.h .
error.h:
$(LN_S) $(top_srcdir)/lib/error/error.h .