From 4786737cd78b88ca425fc59349999e2bce5b01e6 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 6 Dec 2018 13:54:53 +0100 Subject: contrib: fix makedistcheck with disabled systemd EXTRA_DIST files need to be distributed, no matter if the systemd option is configured or not. Change-Id: I4b1973a4796ccddce930a130be00c15b09572c16 --- contrib/systemd/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'contrib') diff --git a/contrib/systemd/Makefile.am b/contrib/systemd/Makefile.am index b644f3401..11e8f9815 100644 --- a/contrib/systemd/Makefile.am +++ b/contrib/systemd/Makefile.am @@ -1,9 +1,13 @@ +EXTRA_DIST = \ + osmo-gbproxy.service \ + osmo-gtphub.service \ + osmo-sgsn.service + if HAVE_SYSTEMD SYSTEMD_SERVICES = \ osmo-gbproxy.service \ osmo-gtphub.service \ osmo-sgsn.service -EXTRA_DIST = $(SYSTEMD_SERVICES) systemdsystemunit_DATA = $(SYSTEMD_SERVICES) endif -- cgit v1.2.3