From 456964fc4153ec66a6f1d8db6b6d5653c76fc389 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 6 Dec 2018 13:43:26 +0100 Subject: 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: I8e1615793bc89fdc3b0549c150cc10d848e56645 --- 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 507be2d..212601c 100644 --- a/contrib/systemd/Makefile.am +++ b/contrib/systemd/Makefile.am @@ -1,5 +1,6 @@ -if HAVE_SYSTEMD EXTRA_DIST = osmo-hnbgw.service + +if HAVE_SYSTEMD systemdsystemunit_DATA = \ osmo-hnbgw.service endif -- cgit v1.2.3