From fc88d8e7dcc2505af4b848882a60dac23be0586d 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: I5d3712b54a8b777c33a9804a4f612e4f37f829df --- contrib/systemd/Makefile.am | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/contrib/systemd/Makefile.am b/contrib/systemd/Makefile.am index 16463087..b07299da 100644 --- a/contrib/systemd/Makefile.am +++ b/contrib/systemd/Makefile.am @@ -1,6 +1,17 @@ +EXTRA_DIST = \ + lc15bts-mgr.service \ + oc2gbts-mgr.service \ + osmo-bts-lc15.service \ + osmo-bts-oc2g.service \ + osmo-bts-sysmo.service \ + osmo-bts-trx.service \ + osmo-bts-virtual.service \ + sysmobts-mgr.service + if HAVE_SYSTEMD SYSTEMD_SERVICES = osmo-bts-virtual.service + if ENABLE_SYSMOBTS SYSTEMD_SERVICES += osmo-bts-sysmo.service sysmobts-mgr.service endif @@ -13,6 +24,5 @@ if ENABLE_LC15BTS SYSTEMD_SERVICES += osmo-bts-lc15.service lc15bts-mgr.service endif -EXTRA_DIST = $(SYSTEMD_SERVICES) systemdsystemunit_DATA = $(SYSTEMD_SERVICES) endif # HAVE_SYSTEMD -- cgit v1.2.3