From 5b521891baa7752b99fc630fdd19a694dd91aab8 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 6 Dec 2018 13:54:54 +0100 Subject: [PATCH] contrib: fix makedistcheck with disabled systemd EXTRA_DIST files need to be distributed, no matter if the systemd option is configured or not. Change-Id: I356aa59ab152ace89b247823a2c0517814a69ecb --- contrib/systemd/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/systemd/Makefile.am b/contrib/systemd/Makefile.am index f565234f..7b411459 100644 --- a/contrib/systemd/Makefile.am +++ b/contrib/systemd/Makefile.am @@ -1,5 +1,6 @@ -if HAVE_SYSTEMD EXTRA_DIST = osmo-pcu.service + +if HAVE_SYSTEMD systemdsystemunit_DATA = \ osmo-pcu.service endif