hstr/Makefile.am
2018-08-26 17:02:48 +02:00

8 lines
175 B
Makefile

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