mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
5 lines
157 B
Makefile
5 lines
157 B
Makefile
|
if ENABLE_BASH_COMPLETION
|
||
|
bashcompletiondir = $(BASH_COMPLETION_DIR)
|
||
|
dist_bashcompletion_DATA = completions/gst-inspect-1.0 completions/gst-launch-1.0
|
||
|
endif
|