diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-04-10 19:18:21 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-04-10 19:18:21 +0200 |
commit | 5cc5d790f4593bbf7829faba502e4c00b3718a08 (patch) | |
tree | 726bf2743b205f83f32bc7c8fc58d9da926536dd /Makefile.am | |
parent | 206bf5c294d300cf05ee7b17c5bf42a21f6a52c0 (diff) |
udev: install rules file that ignore those nasty useless tty devices by default
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index dca7bc946c..18f27c4251 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,7 @@ ACLOCAL_AMFLAGS = -I m4 pkgsysconfdir=$(sysconfdir)/systemd dbuspolicydir=$(sysconfdir)/dbus-1/system.d +udevrulesdir=/lib/udev/rules.d AM_CPPFLAGS = \ -include $(top_builddir)/config.h \ @@ -49,8 +50,12 @@ noinst_PROGRAMS = \ dbuspolicy_DATA = \ org.freedesktop.systemd1.conf +udevrules_DATA = \ + 99-systemd.rules + EXTRA_DIST = \ org.freedesktop.systemd1.conf + 99-systemd.rules BASIC_SOURCES= \ util.c \ |