From 6c45b38433fb5f8eff63ea37bc2a6337ec0a0524 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Mon, 24 Jul 2017 16:00:42 +0100 Subject: trivial: Remove --enable-daemon configure argument It doesn't do anything we can't do in a post-transaction script. --- data/Makefile.am | 3 --- 1 file changed, 3 deletions(-) (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index e558432..6e76701 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -8,7 +8,6 @@ SUBDIRS = \ tests \ ti1 -if HAVE_DAEMON dbusdir = $(sysconfdir)/dbus-1/system.d dist_dbus_DATA = org.freedesktop.ColorManager.conf @@ -23,8 +22,6 @@ systemdservicemain_in_files = colord.service.in dist_tmpfiles_DATA = colord.conf -endif - if HAVE_SYSTEMD systemdservicemaindir = $(systemdsystemunitdir) systemdservicemain_DATA = $(systemdservicemain_in_files:.service.in=.service) -- cgit v1.2.1