aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-12-06 13:43:26 +0100
committerOliver Smith <osmith@sysmocom.de>2018-12-06 13:43:26 +0100
commit959290be117dd7dd08bda0e1f4d9d98ada944d49 (patch)
tree87c66baef78e7a74c92321bed90746de01b57883
parent397903fdb724b22b1c5be1fddb940baa434baa93 (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: Ib848aa5ce03f45d4f8182a4e77b0130ccb261635
-rw-r--r--contrib/systemd/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/systemd/Makefile.am b/contrib/systemd/Makefile.am
index e7d846f..38c1ea3 100644
--- a/contrib/systemd/Makefile.am
+++ b/contrib/systemd/Makefile.am
@@ -1,5 +1,6 @@
-if HAVE_SYSTEMD
EXTRA_DIST = osmo-stp.service
+
+if HAVE_SYSTEMD
systemdsystemunit_DATA = \
osmo-stp.service
endif