From fc5a1287face56b0336309a5a17923b6a8ec57cd Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Tue, 10 Sep 2002 19:59:25 +0000 Subject: [PATCH] use make_crypto to create crypto-headers.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11443 ec53bebd-3082-4978-b11e-865c3cabbd6b --- include/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/include/Makefile.am b/include/Makefile.am index 30989999e..36ae57108 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -4,22 +4,27 @@ include $(top_srcdir)/Makefile.am.common SUBDIRS = kadm5 -noinst_PROGRAMS = bits +noinst_PROGRAMS = bits make_crypto CHECK_LOCAL = INCLUDES += -DHOST=\"$(CANONICAL_HOST)\" include_HEADERS = krb5-types.h +noinst_HEADERS = crypto-headers.h krb5-types.h: bits$(EXEEXT) ./bits$(EXEEXT) krb5-types.h +crypto-headers.h: make_crypto$(EXEEXT) + ./make_crypto$(EXEEXT) crypto-headers.h + CLEANFILES = \ asn1.h \ asn1_err.h \ base64.h \ com_err.h \ com_right.h \ + crypto-headers.h\ der.h \ des.h \ editline.h \