From: Radoslaw Jablonski Date: Tue, 8 May 2018 14:09:50 +0000 (+0100) Subject: virt: Add valgrind.suppress to EXTRA_DIST X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=b211d8488511f571495a45160635a73cc20dec58 virt: Add valgrind.suppress to EXTRA_DIST Previosusly newly added valgrind.suppress file was missing during collectd archive creation using 'make dist-gzip' target. Virt unit tests were failing on debian wheezy platform without that file (because of unfiltered libnl v1 leaks). Change-Id: I49543f883dd6dbeaef439c602b2f05ac0e977053 Signed-off-by: Radoslaw Jablonski --- diff --git a/Makefile.am b/Makefile.am index 2e8ad507..257b88ba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -61,6 +61,7 @@ EXTRA_DIST = \ src/types.db \ src/types.db.pod \ src/valgrind.FreeBSD.suppress \ + src/valgrind.suppress \ testwrapper.sh \ version-gen.sh