chiark / gitweb /
dbus: make errors reported via D-Bus more useful
[elogind.git] / Makefile.am
index cdb5be314e969f8065f48d4fd3ca6d3a568523d1..dfea23df4f0c09e863ca3dbbe14172d5d36c0767 100644 (file)
@@ -311,7 +311,8 @@ EXTRA_DIST += \
        src/initreq.h \
        src/sd-daemon.h \
        src/special.h \
-       src/dbus-common.h
+       src/dbus-common.h \
+       src/bus-errors.h
 
 MANPAGES = \
        man/systemd.1 \
@@ -341,7 +342,8 @@ MANPAGES = \
        man/telinit.8 \
        man/halt.8 \
        man/shutdown.8 \
-       man/pam_systemd.8
+       man/pam_systemd.8 \
+       man/systemd.conf.5
 
 MANPAGES_ALIAS = \
        man/reboot.8 \
@@ -452,7 +454,8 @@ systemd_logger_LDADD = \
 
 systemd_initctl_SOURCES = \
        src/initctl.c \
-       src/sd-daemon.c
+       src/sd-daemon.c \
+       src/dbus-common.c
 
 systemd_initctl_CFLAGS = \
        $(AM_CFLAGS) \