aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd/Makefile.am
blob: 2966a6337960ba2864f8c9bd20f57512fcce9777 (plain)
1
2
3
4
5
6
7
8
9
10
11
EXTRA_DIST = \
	osmo-pcap-client.service \
	osmo-pcap-server.service

if HAVE_SYSTEMD
SYSTEMD_SERVICES = \
	osmo-pcap-client.service \
	osmo-pcap-server.service

systemdsystemunit_DATA = $(SYSTEMD_SERVICES)
endif