added admin.h

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4300 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-01-20 21:57:29 +00:00
parent 7560032b0b
commit 5cdcafa767

View File

@@ -10,6 +10,7 @@ INCLUDES=-DHOST=\"@CANONICAL_HOST@\"
foodir = $(includedir) foodir = $(includedir)
foo_DATA = \ foo_DATA = \
admin.h \
base64.h \ base64.h \
der.h \ der.h \
des.h \ des.h \
@@ -28,6 +29,7 @@ foo_DATA = \
parse_units.h \ parse_units.h \
roken-common.h \ roken-common.h \
sha.h \ sha.h \
sch.h \
sl.h \ sl.h \
xdbm.h \ xdbm.h \
@EXTRA_HDRS@ @EXTRA_HDRS@
@@ -40,6 +42,8 @@ CLEANFILES = $(foo_DATA) asn1.h asn1_err.h hdb_asn1.h hdb_err.h heim_err.h \
krb5-types.h: bits krb5-types.h: bits
./bits krb5-types.h ./bits krb5-types.h
admin.h:
$(LN_S) $(top_srcdir)/lib/kadm5/admin.h .
base64.h: base64.h:
$(LN_S) $(top_srcdir)/lib/roken/base64.h . $(LN_S) $(top_srcdir)/lib/roken/base64.h .
cache.h: cache.h:
@@ -80,6 +84,8 @@ parse_units.h:
$(LN_S) $(top_srcdir)/lib/roken/parse_units.h . $(LN_S) $(top_srcdir)/lib/roken/parse_units.h .
roken-common.h: roken-common.h:
$(LN_S) $(top_srcdir)/lib/roken/roken-common.h . $(LN_S) $(top_srcdir)/lib/roken/roken-common.h .
sch.h:
$(LN_S) $(top_srcdir)/lib/sch/sch.h .
sha.h: sha.h:
$(LN_S) $(top_srcdir)/lib/des/sha.h . $(LN_S) $(top_srcdir)/lib/des/sha.h .
sl.h: sl.h: