aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd/Makefile.am
blob: 5b41c52dde19c636f46324d23ff9f2b4eae98008 (plain)
1
2
3
4
5
6
7
8
if HAVE_SYSTEMD
SYSTEMD_SERVICES = \
	osmo-pcap-client.service \
	osmo-pcap-server.service

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