summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-04-10 18:51:07 +0200
committerLennart Poettering <lennart@poettering.net>2010-04-10 18:51:07 +0200
commite24067c3ec0e16e94e9620d4f7a06ccc4b637eb4 (patch)
treea060d9f6d04f180d68071443ca2dd149d27bc5a3 /Makefile.am
parente537352b9bfffe6f6286483bff2c7601c78407e3 (diff)
dbus: install D-Bus policy file by default
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 \