hstr/Makefile.am
2018-08-20 10:40:35 +02:00

7 lines
190 B
Makefile

AUTOMAKE_OPTIONS = foreign
SUBDIRS = src man
if ENABLE_BASH_COMPLETION
bashcompletiondir = $(BASH_COMPLETION_DIR)
dist_bashcompletion_DATA = build/ubuntu/bash/hstr-bash-completion.sh
endif