Fix distcheck

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2013-06-26 17:31:15 +10:00
parent 8f83bc6ca2
commit 2da68a74e6
2 changed files with 7 additions and 0 deletions

View file

@ -20,3 +20,6 @@ EXTRA_DIST = make-event-names.py
CLEANFILES = event-names.h
BUILT_SOURCES = event-names.h
# gcov leaves it's mess in this directory too
clean-local:
@rm -f *.gcno

View file

@ -26,6 +26,9 @@ test_int_queue_SOURCES = test-int-queue.c $(common_sources)
test_int_queue_LDADD = $(CHECK_LIBS) $(GCOV_LDFLAGS)
if GCOV_ENABLED
CLEANFILES = gcov-report.txt
gcov-clean:
@rm -f *.gcov
@ -66,3 +69,4 @@ endif
clean-local: gcov-clean
rm -f *.gcno *.gcda