aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-12-06 13:54:53 +0100
committerOliver Smith <osmith@sysmocom.de>2018-12-06 13:54:53 +0100
commit4786737cd78b88ca425fc59349999e2bce5b01e6 (patch)
treeb2b88ffd6c73eed91d207ee13bdb63adea1b9386
parentb5ed023ffebb4879bebb99ab7c628baf765da7f6 (diff)
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
-rw-r--r--contrib/systemd/Makefile.am6
1 files changed, 5 insertions, 1 deletions
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