Diff between f2d17bea8d5cc98cf431d796d044e28b65b8a92f and 4eeb9f495a399a6890d95ccd77c404a684aff2a3

Changed Files

File Additions Deletions Status
Makefile.am +1 -1 modified
tools/valgrind.supp +0 -0 renamed

Full Patch

diff --git a/Makefile.am b/Makefile.am
index 90e1209..6251d3d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -431,7 +431,7 @@ endif
 if VALGRIND
 LOG_COMPILER = valgrind --error-exitcode=1 --num-callers=30
 LOG_FLAGS = --trace-children=yes --leak-check=full --show-reachable=no \
-		--suppressions=$(srcdir)/valgrind.supp --quiet
+		--suppressions=$(srcdir)/tools/valgrind.supp --quiet
 endif
 
 pkgconfigdir = $(libdir)/pkgconfig
diff --git a/valgrind.supp b/tools/valgrind.supp
similarity index 100%
rename from valgrind.supp
rename to tools/valgrind.supp