aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-12-06 13:54:54 +0100
committerHarald Welte <laforge@gnumonks.org>2018-12-06 16:31:01 +0000
commit65a8daadfd3755c8fbe56f879d96fe056fa274bb (patch)
treee7e033e5b836942d69d7d381c69216f914b8f477
parent80447ebe6c372821319c78e2fae55b98c8e16e40 (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: I4a5fc5778bc527aeb0602a7e57d9d2acb6988caa
-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 86481725f..bd615711b 100644
--- a/contrib/systemd/Makefile.am
+++ b/contrib/systemd/Makefile.am
@@ -1,5 +1,6 @@
-if HAVE_SYSTEMD
EXTRA_DIST = osmo-msc.service
+
+if HAVE_SYSTEMD
systemdsystemunit_DATA = \
osmo-msc.service
endif