aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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