aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2011-07-14 02:02:35 +0200
committerKay Sievers <kay.sievers@vrfy.org>2011-07-14 02:02:35 +0200
commitc874e22e0da6f87aa72ade635f11421e6ecb6e48 (patch)
treeecf2b34607249f54a7732d681cc40f36c60c2784 /Makefile.am
parent1985c76e48753c200b5a15630b00245c3f60775b (diff)
downloadudev-c874e22e0da6f87aa72ade635f11421e6ecb6e48.tar.gz
udev-acl: skip ACLs when systemd is running, disable by default
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 0599bb24..d2e9b855 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -360,7 +360,7 @@ if ENABLE_UDEV_ACL
extras_udev_acl_udev_acl_SOURCES = extras/udev-acl/udev-acl.c
extras_udev_acl_udev_acl_CPPFLAGS = $(AM_CPPFLAGS) $(GLIB_CFLAGS)
extras_udev_acl_udev_acl_LDADD = libudev/libudev-private.la -lacl $(GLIB_LIBS)
-dist_udevrules_DATA += extras/udev-acl/70-acl.rules
+dist_udevrules_DATA += extras/udev-acl/70-udev-acl.rules
libexec_PROGRAMS += extras/udev-acl/udev-acl
udevacl-install-hook: