aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/contrib/systemd/Makefile.am
blob: f4c3483149313e190010e6a5f9019a1f3a7a2098 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
EXTRA_DIST = \
  osmo-bsc-mgcp.service \
  osmo-bsc-nat.service \
  osmo-bsc-sccplite.service \
  osmo-nitb.service

if HAVE_SYSTEMD
SYSTEMD_SERVICES = osmo-nitb.service osmo-bsc-mgcp.service

if BUILD_NAT
SYSTEMD_SERVICES += osmo-bsc-nat.service
endif

if BUILD_BSC
SYSTEMD_SERVICES += osmo-bsc-sccplite.service
endif

systemdsystemunit_DATA = $(SYSTEMD_SERVICES)
endif # HAVE_SYSTEMD