aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-12-06 13:54:53 +0100
committerHarald Welte <laforge@gnumonks.org>2018-12-06 16:31:24 +0000
commit98483760e84ee0f8151cade78b30b3ab89db9d44 (patch)
tree789ff786c07f9d4f38c904f1a2c059261cd83826 /contrib
parent1b96334b26b8abea3e82a1aa5a17925cbbf75f2c (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: Ide5de9383a2a3b957d182dca1187f73dbf1ce982
Diffstat (limited to 'contrib')
-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 5119adfd6..7c3e29fe2 100644
--- a/contrib/systemd/Makefile.am
+++ b/contrib/systemd/Makefile.am
@@ -1,5 +1,6 @@
-if HAVE_SYSTEMD
EXTRA_DIST = osmo-bsc.service
+
+if HAVE_SYSTEMD
systemdsystemunit_DATA = \
osmo-bsc.service
endif