From 709a543c5eb0404ab3ab38708baf39a6c58649e5 Mon Sep 17 00:00:00 2001 From: Bill Roberts Date: Thu, 5 Sep 2024 11:01:41 -0500 Subject: [PATCH] dist: add fake-tpm to release tarball The fuzz tests need fake-tpm so add it to the distribution tarball generated via make dist. Fixes: #854 Signed-off-by: Bill Roberts --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index 48b36e24..401a054f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,6 +30,7 @@ include src_vars.mk EXTRA_DIST = \ LICENSE \ docs \ + test/fake-tpm \ test/integration/scripts \ misc/p11-kit \ tools \