diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-02-19 15:47:05 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-02-19 15:47:16 +0100 |
commit | 12a8343302ddf0edbe369920777c8d806fb6cafb (patch) | |
tree | 2c6d67261ab01cf8cae333c844ed2394839fd650 | |
parent | Use right filenames for .stop scripts in local-generator (diff) | |
download | gentoo-systemd-integration-12a8343302ddf0edbe369920777c8d806fb6cafb.tar.gz gentoo-systemd-integration-12a8343302ddf0edbe369920777c8d806fb6cafb.tar.bz2 gentoo-systemd-integration-12a8343302ddf0edbe369920777c8d806fb6cafb.zip |
Fix udevdir for distcheck.
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index dfbcb47..ce13f7c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,6 @@ ACLOCAL_AMFLAGS = -I m4 DISTCHECK_CONFIGURE_FLAGS = \ + udevdir=\$${libdir}/udev \ --with-systemdsystemunitdir=\$${libdir}/systemd/system \ --with-systemdsystemgeneratordir=\$${libdir}/systemd/system-generators |