chiark / gitweb /
dbus: install D-Bus policy file by default
[elogind.git] / Makefile.am
index 9d8bd9df3002f6900be412fcf7572acdd536b1db..dca7bc946c30eee846ff45154cf0f01a85dde836 100644 (file)
@@ -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 \
@@ -106,7 +113,9 @@ COMMON_SOURCES= \
        mount-setup.c \
        mount-setup.h \
        hostname-setup.c \
-       hostname-setup.h
+       hostname-setup.h \
+       utmp-wtmp.c \
+       utmp-wtmp.h
 
 systemd_SOURCES = \
        $(COMMON_SOURCES) \