From: Michael Tremer Date: Tue, 28 Feb 2023 11:42:50 +0000 (+0000) Subject: Makefile: Make sure to ship bash completion files even when disabled X-Git-Tag: 0.9.17~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6495aad627fd6ff361eea14800a4f22ad60fd69c;p=location%2Flibloc.git Makefile: Make sure to ship bash completion files even when disabled Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 01e4f01..624c3a3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -177,13 +177,14 @@ EXTRA_DIST += \ CLEANFILES += \ src/libloc.pc -#dist_bashcompletion_DATA = - if BUILD_BASH_COMPLETION -dist_bashcompletion_DATA = \ +bashcompletion_DATA = \ bash-completion/location endif +EXTRA_DIST += \ + bash-completion/location + dist_pkgpython_PYTHON = \ src/python/location/__init__.py \ src/python/location/database.py \