asn1: don't clobber checked in files in clean target

Fix regression introduced in 9427796f, where checked in files matching asn1_*.c
would be clobbered by "make clean".

Change-Id: Ifc4bbe3c46dd357fdd642040ad964c7cfe1d395c
This commit is contained in:
Luke Howard
2022-01-08 17:24:48 +11:00
parent 1dd5aa2f5d
commit a96f87c4ab

View File

@@ -259,7 +259,7 @@ CLEANFILES = \
x690sample_template_asn1_files x690sample_template_asn1* \
test_asn1_files test_asn1* \
test_template_asn1_files test_template_asn1* \
asn1_*.c *_asn1.json *_asn1_syms.c *_asn1_oids.c
asn1_*_asn1.c *_asn1.json *_asn1_syms.c *_asn1_oids.c
dist_include_HEADERS = der.h heim_asn1.h
dist_include_HEADERS += $(srcdir)/der-protos.h $(srcdir)/der-private.h