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 --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 168c556..982a83d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -222,7 +222,8 @@ avahi.devhelp: doxygen-run MOSTLYCLEANFILES = $(DX_CLEANFILES) DISTCHECK_CONFIGURE_FLAGS = \ - --disable-monodoc + --disable-monodoc \ + --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) homepage: $(MAKE) -C man -- cgit