aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd/Makefile.am
blob: b07299da1a19e4bdb3fafd1606ab535c6024d6d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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

if ENABLE_TRX
SYSTEMD_SERVICES += osmo-bts-trx.service
endif

if ENABLE_LC15BTS
SYSTEMD_SERVICES += osmo-bts-lc15.service lc15bts-mgr.service
endif

systemdsystemunit_DATA = $(SYSTEMD_SERVICES)
endif # HAVE_SYSTEMD