tio/src/Makefile.am
Martin Lund df8652f05d Completed autocompletion
Autocompletion now resolves all arguments.

Also renamed 'gotty-bash-completion.sh' to 'gotty' to comply with the
normal naming scheme for completion files in /etc/bash_completion.d .
2014-09-27 18:26:12 +02:00

4 lines
166 B
Makefile

bin_PROGRAMS = gotty
gotty_SOURCES = tty.c options.c device.c main.c
bashcompletiondir=$(sysconfdir)/bash_completion.d
dist_bashcompletion_DATA=bash-completion/gotty