From b57571d6099544448a816004fa8f2311aa027edf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 3 Jun 2009 17:25:28 +0000 Subject: [PATCH] add depencies for ocsp_asn1.h pkcs10_asn1.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@25265 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/hx509/Makefile.am b/lib/hx509/Makefile.am index 2eec63dc7..d9d8639b5 100644 --- a/lib/hx509/Makefile.am +++ b/lib/hx509/Makefile.am @@ -126,6 +126,7 @@ crmf_asn1_files: $(asn1_compile) $(srcdir)/crmf.asn1 $(asn1_compile) $(srcdir)/crmf.asn1 crmf_asn1 || (rm -f crmf_asn1_files ; exit 1) $(libhx509_la_OBJECTS): $(srcdir)/hx509-protos.h $(srcdir)/hx509-private.h $(srcdir)/hx_locl.h +$(libhx509_la_OBJECTS): ocsp_asn1.h pkcs10_asn1.h $(srcdir)/hx509-protos.h: cd $(srcdir) && perl ../../cf/make-proto.pl -R '^(_|^C)' -E HX509_LIB -q -P comment -o hx509-protos.h $(dist_libhx509_la_SOURCES) || rm -f hx509-protos.h