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:30 +0000
commit867cea575b133b332ee1a45846bcaa6ac06d5486 (patch)
tree9a9e31d617b4940c95be8733febb3583424a40da
parent2f53ea4cf2c9343ea18109a9134914308ea14001 (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: I2e417f4c453987df1ac04f0ff41bf000da4b5c49
-rw-r--r--contrib/systemd/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/systemd/Makefile.am b/contrib/systemd/Makefile.am
index 21fbb53..800b1e1 100644
--- a/contrib/systemd/Makefile.am
+++ b/contrib/systemd/Makefile.am
@@ -1,3 +1,8 @@
+EXTRA_DIST = \
+ osmo-trx-lms.service \
+ osmo-trx-uhd.service \
+ osmo-trx-usrp1.service
+
if HAVE_SYSTEMD
SYSTEMD_SERVICES =
@@ -13,6 +18,5 @@ if DEVICE_LMS
SYSTEMD_SERVICES += osmo-trx-lms.service
endif
-EXTRA_DIST = $(SYSTEMD_SERVICES)
systemdsystemunit_DATA = $(SYSTEMD_SERVICES)
endif # HAVE_SYSTEMD