aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2018-12-06 13:54:54 +0100
committerOliver Smith <osmith@sysmocom.de>2018-12-06 13:54:54 +0100
commit5b521891baa7752b99fc630fdd19a694dd91aab8 (patch)
tree70c7b51190ba6ccd7b89889144bf7f532d557727 /contrib
parent64bc9400d489857646d531ff6ddf3379e8d993d0 (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: I356aa59ab152ace89b247823a2c0517814a69ecb
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 f565234f..7b411459 100644
--- a/contrib/systemd/Makefile.am
+++ b/contrib/systemd/Makefile.am
@@ -1,5 +1,6 @@
-if HAVE_SYSTEMD
EXTRA_DIST = osmo-pcu.service
+
+if HAVE_SYSTEMD
systemdsystemunit_DATA = \
osmo-pcu.service
endif