diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-04-10 18:51:07 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-04-10 18:51:07 +0200 |
commit | e24067c3ec0e16e94e9620d4f7a06ccc4b637eb4 (patch) | |
tree | a060d9f6d04f180d68071443ca2dd149d27bc5a3 /Makefile.am | |
parent | e537352b9bfffe6f6286483bff2c7601c78407e3 (diff) |
dbus: install D-Bus policy file by default
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
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 \ |