X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=Makefile.am;h=f2d20c7db327c25e7ab5066589f794f8a7e17043;hb=42bb3074fe9632d7aa0fee825ad30d2083c3c629;hp=69faa5581a7dfbd478024d64ca0d953686e142b2;hpb=06cdd2484c5d0b7792168a7c2d99311e35b0fb8e;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 69faa5581..f2d20c7db 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,6 +26,7 @@ udevrulesdir=@udevrulesdir@ pamlibdir=@pamlibdir@ pkgconfigdatadir=$(datadir)/pkgconfig polkitpolicydir=$(datadir)/polkit-1/actions +bashcompletiondir=${sysconfdir}/bash_completion.d # Our own, non-special dirs pkgsysconfdir=$(sysconfdir)/systemd @@ -161,6 +162,9 @@ dbusinterface_DATA = \ org.freedesktop.systemd1.Swap.xml \ org.freedesktop.systemd1.Path.xml +dist_bashcompletion_DATA = \ + src/systemctl-bash-completion.sh + dist_tmpfiles_DATA = \ tmpfiles.d/systemd.conf \ tmpfiles.d/x11.conf