mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2026-01-01 19:50:10 +01:00
Fix distcheck
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
8f83bc6ca2
commit
2da68a74e6
2 changed files with 7 additions and 0 deletions
|
|
@ -20,3 +20,6 @@ EXTRA_DIST = make-event-names.py
|
||||||
CLEANFILES = event-names.h
|
CLEANFILES = event-names.h
|
||||||
BUILT_SOURCES = event-names.h
|
BUILT_SOURCES = event-names.h
|
||||||
|
|
||||||
|
# gcov leaves it's mess in this directory too
|
||||||
|
clean-local:
|
||||||
|
@rm -f *.gcno
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,9 @@ test_int_queue_SOURCES = test-int-queue.c $(common_sources)
|
||||||
test_int_queue_LDADD = $(CHECK_LIBS) $(GCOV_LDFLAGS)
|
test_int_queue_LDADD = $(CHECK_LIBS) $(GCOV_LDFLAGS)
|
||||||
|
|
||||||
if GCOV_ENABLED
|
if GCOV_ENABLED
|
||||||
|
|
||||||
|
CLEANFILES = gcov-report.txt
|
||||||
|
|
||||||
gcov-clean:
|
gcov-clean:
|
||||||
@rm -f *.gcov
|
@rm -f *.gcov
|
||||||
|
|
||||||
|
|
@ -66,3 +69,4 @@ endif
|
||||||
|
|
||||||
clean-local: gcov-clean
|
clean-local: gcov-clean
|
||||||
rm -f *.gcno *.gcda
|
rm -f *.gcno *.gcda
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue