This fixes make distcheck --- This applies on top of the make check-valgrind patch I sent earlier, I can rebase on top of git master if needed Christophe server/tests/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/server/tests/Makefile.am b/server/tests/Makefile.am index 86977ab..8237138 100644 --- a/server/tests/Makefile.am +++ b/server/tests/Makefile.am @@ -2,7 +2,12 @@ NULL = @VALGRIND_CHECK_RULES@ VALGRIND_SUPPRESSIONS_FILES = $(top_srcdir)/server/tests/valgrind/glib.supp -EXTRA_DIST = $(VALGRIND_SUPPRESSIONS_FILES) +EXTRA_DIST = \ + $(VALGRIND_SUPPRESSIONS_FILES) \ + pki/ca-cert.pem \ + pki/server-cert.pem \ + pki/server-key.pem \ + $(NULL) AM_CPPFLAGS = \ -DSPICE_TOP_SRCDIR=\"$(abs_top_srcdir)\"\ -- 2.9.3 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel