summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <git@arunraghavan.net>2015-07-28 09:31:48 +0530
committerArun Raghavan <git@arunraghavan.net>2015-07-28 09:31:48 +0530
commit3e7b6e8cb50a2e813c51771fb0c331d9d7e99b3e (patch)
tree194f09083beaa48b727b91f8a3d2730aa2a941c5
parent4604af71981117854188dbb9a19f55f6b972fde6 (diff)
downloadpulseaudio-3e7b6e8cb50a2e813c51771fb0c331d9d7e99b3e.tar.gz
build-sys: Fix distcheck for systemd user unit dir
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b39fc4162..887cbe523 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"
+DISTCHECK_CONFIGURE_FLAGS = --with-udev-rules-dir="$$dc_install_base/lib/udev/rules.d" --with-systemduserunitdir="$$dc_install_base/lib/systemd/user"