summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorArun Raghavan <git@arunraghavan.net>2015-07-28 10:09:20 +0530
committerArun Raghavan <git@arunraghavan.net>2015-07-29 08:08:41 +0530
commit344770389eb39c15f61a1dd12327287285a83359 (patch)
tree7bbf31cd3e4ded25e55f7c820d4cf53151983985 /Makefile.am
parent6a12d96233f45a9e49b22535eebe3a9eefaf1b1e (diff)
downloadpulseaudio-344770389eb39c15f61a1dd12327287285a83359.tar.gz
build-sys: Fix up setting the bash completion dir
This makes setting up the bash completion dir consistent with the other cases that we need to deal with, and also handles distcheck correctly.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 887cbe523..899ad7bf8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -113,4 +113,4 @@ $(top_srcdir)/.version:
DISTCLEANFILES = \
po/.intltool-merge-cache
-DISTCHECK_CONFIGURE_FLAGS = --with-udev-rules-dir="$$dc_install_base/lib/udev/rules.d" --with-systemduserunitdir="$$dc_install_base/lib/systemd/user"
+DISTCHECK_CONFIGURE_FLAGS = --with-udev-rules-dir="$$dc_install_base/lib/udev/rules.d" --with-systemduserunitdir="$$dc_install_base/lib/systemd/user" --with-bash-completion-dir="$$dc_install_base/share/bash-completion/completions"