From 2ef4cfc7a517ecd7343c637b684a6741dab6858c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 14 Oct 2006 05:15:23 +0000 Subject: [PATCH] Generate der prototypes. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18436 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/asn1/Makefile.am b/lib/asn1/Makefile.am index 39548bb0f..7c5feffc2 100644 --- a/lib/asn1/Makefile.am +++ b/lib/asn1/Makefile.am @@ -506,7 +506,8 @@ digest_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/digest.asn1 test_asn1_files: asn1_compile$(EXEEXT) $(srcdir)/test.asn1 ./asn1_compile$(EXEEXT) --sequence=TESTSeqOf $(srcdir)/test.asn1 test_asn1 || (rm -f test_asn1_files ; exit 1) -$(libasn1_la_OBJECTS): krb5_asn1.h asn1_err.h +$(libasn1_la_OBJECTS): krb5_asn1.h asn1_err.h $(srcdir)/der-protos.h + $(check_gen_OBJECTS): test_asn1.h @@ -514,4 +515,7 @@ $(asn1_print_OBJECTS): krb5_asn1.h parse.h: parse.c -EXTRA_DIST = asn1_err.et +EXTRA_DIST = asn1_err.et der-protos.h + +$(srcdir)/der-protos.h: + cd $(srcdir) && perl ../../cf/make-proto.pl -q -P comment -o der-protos.h $(dist_libasn1_la_SOURCES) || rm -f der-protos.h