From 46e7baff745d35a2079d714ffb4284e85b74d1f7 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Fri, 20 Feb 2015 22:04:22 +0100 Subject: bash-completion: Implement in a different way. + Gets installed + Uses a helper tool, gst-completion-helper, installed in bash-completions/helpers. + Adds a common script that other tools can source. https://bugzilla.gnome.org/show_bug.cgi?id=744877 --- data/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/Makefile.am (limited to 'data/Makefile.am') diff --git a/data/Makefile.am b/data/Makefile.am new file mode 100644 index 000000000..7098492a0 --- /dev/null +++ b/data/Makefile.am @@ -0,0 +1,4 @@ +if ENABLE_BASH_COMPLETION +bashcompletiondir = $(BASH_COMPLETION_DIR) +dist_bashcompletion_DATA = completions/gst-inspect-1.0 completions/gst-launch-1.0 +endif -- cgit v1.2.3