From f2065867c8fa6ec4e1d493b99ba5ac2f2526bf79 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 11 May 2016 23:37:41 +0200 Subject: data: Add a way for Rygel to be started via user systemd This will allow better tracking of whether rygel is running, ensuring that even if the manager to enable/disable its startup (gnome-settings-daemon) crashes and needs to restart, its status is still available by querying the user systemd. https://bugzilla.gnome.org/show_bug.cgi?id=766332 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3f6a0829..51bc5835 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,7 @@ EXTRA_DIST = rygel-core-2.6.pc.in rygel-renderer-2.6.pc.in \ rygel-server-2.6.pc.in .version \ build-aux/git-version-gen -DISTCHECK_CONFIGURE_FLAGS = +AM_DISTCHECK_CONFIGURE_FLAGS = --with-systemduserunitdir='$${libdir}/systemd/user-distcheck' # Extra clean files so that maintainer-clean removes *everything* MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp install-sh ltmain.sh Makefile.in missing config.h.in -- cgit v1.2.1