aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd/Makefile.am
blob: b644f3401d1f75042565d9e8322b83f8eab3fbc3 (plain)
1
2
3
4
5
6
7
8
9
if HAVE_SYSTEMD
SYSTEMD_SERVICES = \
  osmo-gbproxy.service \
  osmo-gtphub.service \
  osmo-sgsn.service

EXTRA_DIST = $(SYSTEMD_SERVICES)
systemdsystemunit_DATA = $(SYSTEMD_SERVICES)
endif