crypto headers are now stable, provide posix krb5-types.h

This commit is contained in:
Love Hornquist Astrand
2009-09-16 00:24:25 -07:00
parent dc4e8669ea
commit cddc59924c
4 changed files with 80 additions and 120 deletions

View File

@@ -4,21 +4,26 @@ include $(top_srcdir)/Makefile.am.common
SUBDIRS = kadm5 hcrypto gssapi
noinst_PROGRAMS = bits make_crypto
noinst_PROGRAMS = bits
CHECK_LOCAL = no-check-local
AM_CPPFLAGS += -DHOST=\"$(CANONICAL_HOST)\"
nodist_include_HEADERS = krb5-types.h
nodist_noinst_HEADERS = crypto-headers.h
noinst_HEADERS = heim_threads.h
noinst_HEADERS = heim_threads.h crypto-headers.h krb5-types.cross
if !CROSS_COMPILE
krb5-types.h: bits$(EXEEXT)
./bits$(EXEEXT) krb5-types.h
crypto-headers.h: make_crypto$(EXEEXT)
./make_crypto$(EXEEXT) crypto-headers.h
else
krb5-types.h: krb5-types.cross
cp $(srcdir)/krb5-types.cross krb5-types.h
endif
CLEANFILES = \
asn1.h \