X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=18f27c42513c707f42cde46466d6e41c476c275a;hp=dca7bc946c30eee846ff45154cf0f01a85dde836;hb=4112df163517478207526e0d3e7278ab1acf1f9f;hpb=e24067c3ec0e16e94e9620d4f7a06ccc4b637eb4 diff --git a/Makefile.am b/Makefile.am index dca7bc946..18f27c425 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 \