From: Peter Hutterer Date: Tue, 18 Feb 2020 09:39:01 +0000 (+1000) Subject: test: always ship with the helper files X-Git-Tag: libevdev-1.8.901~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cd9fd458a58ea0b43257c2bb6f2470013460a8d4;p=platform%2Fupstream%2Flibevdev.git test: always ship with the helper files The tarball shouldn't be dependent on whatever options were passed to configure. Signed-off-by: Peter Hutterer --- diff --git a/test/Makefile.am b/test/Makefile.am index 41730e9..4e92375 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -102,8 +102,6 @@ check_local_deps += valgrind endif -EXTRA_DIST = valgrind.suppressions generate-gcov-report.sh - if GCOV_ENABLED CLEANFILES = gcov-reports/*.gcov gcov-reports/summary.txt *.gcno *.gcda @@ -153,5 +151,7 @@ static-symbol-leaks: test-static-link check_local_deps += static-symbol-leaks endif # HAVE_NM +EXTRA_DIST = valgrind.suppressions generate-gcov-report.sh + check-local: $(check_local_deps)