summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2015-09-23 17:18:46 +0200
committerBastien Nocera <hadess@hadess.net>2015-09-23 17:18:46 +0200
commit057f1bf338802c02425149d318d3b9317d8cd86b (patch)
tree56fe5b4a631c407a1a5cdd219eea26de02034ecc /Makefile.am
parent34caba296423c7737be7018279fd44161e8ac86f (diff)
downloadupower-057f1bf338802c02425149d318d3b9317d8cd86b.tar.gz
rules: Fix distcheck'ing not being able to install udev rules
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 746dd53..13dc902 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -52,8 +52,9 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = upower-glib.pc
# xsltproc barfs on 'make distcheck'; disable for now
-DISTCHECK_CONFIGURE_FLAGS=--disable-man-pages --enable-gtk-doc \
- --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
+DISTCHECK_CONFIGURE_FLAGS=--disable-man-pages --enable-gtk-doc \
+ --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) \
+ --with-udevrulesdir='$${libdir}/udev/rules.d-distcheck'
clean-local :
rm -f *~