From 1935d260ea613bace161d00631065bcad85b5aa2 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 23 Sep 2025 00:38:03 +0100 Subject: [PATCH] automake: remove generated files on dist-clean Signed-off-by: Luca Boccassi --- include/libtpms/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/libtpms/Makefile.am b/include/libtpms/Makefile.am index eb14c36b..32bd25c6 100644 --- a/include/libtpms/Makefile.am +++ b/include/libtpms/Makefile.am @@ -13,3 +13,5 @@ libtpmsinclude_HEADERS = \ tpm_nvfilename.h \ tpm_tis.h \ tpm_types.h + +CLEANFILES = tpm_error.h.gch tpm_library.h.gch