aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-12-06 13:54:54 +0100
committerosmith <osmith@sysmocom.de>2018-12-13 15:37:03 +0000
commit9ea9bbbc7f70f46c17b0c6563cc9c73d6455ec29 (patch)
treeb861b98ab4b3ce482f9d701948a3fa010dbade34
parent5c14c9ccca83563d07670eb8e9ed5867ca957112 (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: Ic164403189510f3b20ff7906df09c78550735591
-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 520e720..eb33b4a 100644
--- a/contrib/systemd/Makefile.am
+++ b/contrib/systemd/Makefile.am
@@ -1,5 +1,6 @@
-if HAVE_SYSTEMD
EXTRA_DIST = osmo-hlr.service
+
+if HAVE_SYSTEMD
systemdsystemunit_DATA = \
osmo-hlr.service
endif