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
commit0c232d89bf1579f66810efe41291d0c627cf15e9 (patch)
tree4992a2460d1225fa1d9584edf0cb903fbfab0387
parent0241f7be954fdeac38d937c8fbe626a53fbcb61b (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: I1169c1c6d99628d2cbed67cac3ed675d778597b0
-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 213cc7a..4e70535 100644
--- a/contrib/systemd/Makefile.am
+++ b/contrib/systemd/Makefile.am
@@ -1,5 +1,6 @@
-if HAVE_SYSTEMD
EXTRA_DIST = osmo-sip-connector.service
+
+if HAVE_SYSTEMD
systemdsystemunit_DATA = \
osmo-sip-connector.service
endif