tools: Remove files to be cleaned
authorEdward Hervey <edward@centricular.com>
Wed, 23 Nov 2016 17:56:20 +0000 (18:56 +0100)
committerEdward Hervey <bilboed@bilboed.com>
Wed, 23 Nov 2016 17:56:20 +0000 (18:56 +0100)
manpages are no longer auto-generated
cov-related files should not be there (if needed we could use gitignore)

tools/Makefile.am

index 9e5a410..bed24ff 100644 (file)
@@ -32,7 +32,6 @@ if !GST_DISABLE_PARSE
 manpages += gst-launch-@GST_API_VERSION@.1
 endif
 
-CLEANFILES = $(manpages) *.gcno *.gcda
 man_MANS = $(manpages)
 
 # developer helper tools, not meant for installation