aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-12-06 13:43:26 +0100
committerOliver Smith <osmith@sysmocom.de>2018-12-06 13:43:26 +0100
commitfc88d8e7dcc2505af4b848882a60dac23be0586d (patch)
tree66782151f7caba3d379e59cad6f9228e4b98eb6a
parent9c4a6facdbce004fcad01f274714bf458b0beadf (diff)
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
-rw-r--r--contrib/systemd/Makefile.am12
1 files changed, 11 insertions, 1 deletions
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