From a654c7a843d840e4577165a1fc2299321896845d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 19 Oct 2006 21:49:48 +0000 Subject: [PATCH] Add more files. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18637 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/Makefile.am | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/lib/hx509/Makefile.am b/lib/hx509/Makefile.am index bb2f3093c..9568ce29f 100644 --- a/lib/hx509/Makefile.am +++ b/lib/hx509/Makefile.am @@ -58,7 +58,10 @@ dist_libhx509_la_SOURCES = \ crypto.c \ error.c \ file.c \ + hx509-private.h \ + hx509-protos.h \ hx509.h \ + hx_locl.h \ keyset.c \ ks_dir.c \ ks_file.c \ @@ -69,6 +72,10 @@ dist_libhx509_la_SOURCES = \ lock.c \ name.c \ print.c \ + ref/pkcs11.h \ + ref/pkcs11f.h \ + ref/pkcs11t.h \ + ref/pkcs11u.h \ req.c \ revoke.c @@ -121,7 +128,10 @@ hxtool_CPPFLAGS = $(INCLUDE_des) hxtool_LDADD = libhx509.la $(LIB_roken) ../sl/libsl.la $(LIB_des) hxtool_LDFLAGS = -pthread -EXTRA_DIST = hx509_err.et +EXTRA_DIST = \ + hx509_err.et \ + pkcs10.asn1 ocsp.asn1 crmf.asn1 \ + hxtool-commands.in CLEANFILES = $(BUILT_SOURCES) \ $(gen_files_ocsp) ocsp_asn1_files ocsp_asn1.h \