summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index ec90ebad56..dca7bc946c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,6 +18,7 @@
ACLOCAL_AMFLAGS = -I m4
pkgsysconfdir=$(sysconfdir)/systemd
+dbuspolicydir=$(sysconfdir)/dbus-1/system.d
AM_CPPFLAGS = \
-include $(top_builddir)/config.h \
@@ -45,6 +46,12 @@ noinst_PROGRAMS = \
test-engine \
test-job-type
+dbuspolicy_DATA = \
+ org.freedesktop.systemd1.conf
+
+EXTRA_DIST = \
+ org.freedesktop.systemd1.conf
+
BASIC_SOURCES= \
util.c \
util.h \