From 3825bc7f25bea1f0b2198402247aceedad327743 Mon Sep 17 00:00:00 2001 From: Ronan Pigott Date: Fri, 16 Aug 2019 23:34:52 -0700 Subject: build: install zsh completions --- Makefile.tools | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.tools') diff --git a/Makefile.tools b/Makefile.tools index b6b99d216..81ed2e30d 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -12,6 +12,11 @@ client_bluetoothctl_LDADD = gdbus/libgdbus-internal.la src/libshared-glib.la \ $(GLIB_LIBS) $(DBUS_LIBS) -lreadline endif +if ZSH_COMPLETIONS +zshcompletiondir=$(ZSH_COMPLETIONDIR) +dist_zshcompletion_DATA = completion/zsh/_bluetoothctl +endif + if MONITOR bin_PROGRAMS += monitor/btmon -- cgit v1.2.1