mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 12:40:07 +01:00
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 <peter.hutterer@who-t.net>
This commit is contained in:
parent
ae0effd5ee
commit
cd9fd458a5
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue