From ed11c6a4d4da379ff9ebccb7a0340e64232efabb Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 27 Jun 2010 01:36:25 +0200 Subject: build-sys: install systemd service files --- avahi-dnsconfd/Makefile.am | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'avahi-dnsconfd/Makefile.am') diff --git a/avahi-dnsconfd/Makefile.am b/avahi-dnsconfd/Makefile.am index dddf99e..4e74429 100644 --- a/avahi-dnsconfd/Makefile.am +++ b/avahi-dnsconfd/Makefile.am @@ -15,6 +15,8 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. +EXTRA_DIST=avahi-dnsconfd.action avahi-dnsconfd.service.in + if HAVE_XML if HAVE_LIBDAEMON @@ -37,7 +39,15 @@ avahi_dnsconfd_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la $(LIBDAEMO pkgsysconf_SCRIPTS=avahi-dnsconfd.action -endif +%.service: %.service.in + $(AM_V_GEN)sed -e 's,@sbindir\@,$(sbindir),g' $< > $@ + +if HAVE_SYSTEMD +systemdsystemunit_DATA = \ + avahi-dnsconfd.service endif -EXTRA_DIST=avahi-dnsconfd.action +CLEANFILES = $(systemdsystemunit_DATA) + +endif +endif -- cgit