summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2017-05-05 00:45:06 +0100
committerTim-Philipp Müller <tim@centricular.com>2017-05-05 00:45:27 +0100
commitcccd76aa99a96fe0cd30e3798ec42f1b89deee51 (patch)
treead0adc2bd8f597434d6bdb4520be702681e3266e
parent3d8d81ecb7f83f67db3f7434d616ec6de3280960 (diff)
helpers: remove old cruft from CLEANFILES
These files are no longer built, so no need to clean them.
-rw-r--r--libs/gst/helpers/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/libs/gst/helpers/Makefile.am b/libs/gst/helpers/Makefile.am
index 66b19cab5..8ad49b146 100644
--- a/libs/gst/helpers/Makefile.am
+++ b/libs/gst/helpers/Makefile.am
@@ -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