From c2061b8f53be0cb95efa126561c799131a054db4 Mon Sep 17 00:00:00 2001 From: Joachim Nilsson Date: Fri, 15 Nov 2019 11:07:46 +0100 Subject: [PATCH] Add workaround for systemd unit files in distcheck Signed-off-by: Joachim Nilsson --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index c131375..d041e27 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,3 +42,6 @@ release: distcheck printf "$$file \tDistribution tarball\n"; \ printf "$$file.md5\t"; cat ../$$file.md5 | cut -f1 -d' '; \ done + +# Workaround for systemd unit file duing distcheck +DISTCHECK_CONFIGURE_FLAGS = --with-systemd=$$dc_install_base/$(systemd)