From f784a4a0ff09854958c34126615b1584c1ecbd05 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 10 Jul 2010 16:49:07 +0200 Subject: systemd: send systemd style status messages --- Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index a271a98..7f5e8f2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -53,7 +53,8 @@ systemdsystemunit_DATA = \ endif rtkit_daemon_SOURCES = \ - rtkit-daemon.c rtkit.h + rtkit-daemon.c rtkit.h \ + sd-daemon.c sd-daemon.h rtkit_daemon_LDADD = \ $(DBUS_LIBS) rtkit_daemon_CFLAGS = \ @@ -86,3 +87,7 @@ EXTRA_DIST += \ DISTCHECK_CONFIGURE_FLAGS = \ --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) + +update-systemd: + curl http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.c > sd-daemon.c + curl http://cgit.freedesktop.org/systemd/plain/src/sd-daemon.h > sd-daemon.h -- cgit