X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile.am;h=18f27c42513c707f42cde46466d6e41c476c275a;hp=ec90ebad56fec2c97cdb4aaf8eab027f8413b431;hb=0d87eb4279034d7806a08d128972558c8ba573ff;hpb=e537352b9bfffe6f6286483bff2c7601c78407e3 diff --git a/Makefile.am b/Makefile.am index ec90ebad5..18f27c425 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,8 @@ 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 \ @@ -45,6 +47,16 @@ noinst_PROGRAMS = \ test-engine \ test-job-type +dbuspolicy_DATA = \ + org.freedesktop.systemd1.conf + +udevrules_DATA = \ + 99-systemd.rules + +EXTRA_DIST = \ + org.freedesktop.systemd1.conf + 99-systemd.rules + BASIC_SOURCES= \ util.c \ util.h \