helpers: remove old cruft from CLEANFILES

These files are no longer built, so no need to clean them.
This commit is contained in:
Tim-Philipp Müller 2017-05-05 00:45:06 +01:00
parent 3d8d81ecb7
commit cccd76aa99

View file

@ -30,10 +30,3 @@ if HAVE_PTP_HELPER_CAPABILITIES
endif
endif
# clean out the old one to make sure everything is udpated correctly
# remove again after release
CLEANFILES = plugin-scanner
if ENABLE_BASH_COMPLETION
CLEANFILES += gst-completion-helper-@GST_API_VERSION@
endif