Add hdb_err.h and hdb.h
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1389 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
HEADERS = krb5.h krb5_err.h asn1_err.h asn1.h des.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
|
||||
|
||||
srcdir = @srcdir@
|
||||
@@ -31,6 +31,9 @@ krb5_err.h:
|
||||
asn1_err.h:
|
||||
$(LN_S) ../lib/krb5/error/asn1_err.h .
|
||||
|
||||
hdb_err.h:
|
||||
$(LN_S) ../lib/krb5/error/hdb_err.h .
|
||||
|
||||
cache.h:
|
||||
$(LN_S) $(top_srcdir)/lib/krb5/cache.h .
|
||||
|
||||
@@ -46,6 +49,9 @@ asn1.h:
|
||||
des.h:
|
||||
$(LN_S) $(top_srcdir)/lib/des/des.h .
|
||||
|
||||
hdb.h:
|
||||
$(LN_S) $(top_srcdir)/lib/hdb/hdb.h .
|
||||
|
||||
md4.h:
|
||||
$(LN_S) $(top_srcdir)/lib/des/md4.h .
|
||||
|
||||
|
Reference in New Issue
Block a user