hstr/Makefile.am

8 lines
182 B
Text
Raw Normal View History

AUTOMAKE_OPTIONS = foreign
SUBDIRS = src man
if ENABLE_BASH_COMPLETION
bashcompletiondir = $(BASH_COMPLETION_DIR)
dist_bashcompletion_DATA = build/ubuntu/bash-autocomplete/hh
endif