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
commit456964fc4153ec66a6f1d8db6b6d5653c76fc389 (patch)
tree3a632defa42e9d0e0c961fe5b7e544db7728f8d4
parente9fd1ed4b513a079c6cf815757b21cc957b0c332 (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: I8e1615793bc89fdc3b0549c150cc10d848e56645
-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 507be2d..212601c 100644
--- a/contrib/systemd/Makefile.am
+++ b/contrib/systemd/Makefile.am
@@ -1,5 +1,6 @@
-if HAVE_SYSTEMD
EXTRA_DIST = osmo-hnbgw.service
+
+if HAVE_SYSTEMD
systemdsystemunit_DATA = \
osmo-hnbgw.service
endif