summaryrefslogtreecommitdiff
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>2015-02-20 22:04:22 +0100
committerMathieu Duponchelle <mathieu.duponchelle@opencreed.com>2015-02-23 17:57:57 +0100
commit46e7baff745d35a2079d714ffb4284e85b74d1f7 (patch)
tree4d6e1d41e696f84b0bc83dd14cc8746a3cd99534 /data/Makefile.am
parentbcce3fbcb8e55b72f3114971087582121b618dda (diff)
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
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am4
1 files changed, 4 insertions, 0 deletions
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