aboutsummaryrefslogtreecommitdiffstats
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
commit5edc9b2382dca550f85a31eff80edd1bc3099a33 (patch)
tree6de4d32c767c7d17c80ed8e35ea12a5f14ebe6a4
parent14512ddae85a61cc06d772bf9910df28630efcb3 (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: I2fed90915f57bbb054a26bacecf8417d6f3ba5ce
-rw-r--r--contrib/systemd/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/systemd/Makefile.am b/contrib/systemd/Makefile.am
index 5b41c52..2966a63 100644
--- a/contrib/systemd/Makefile.am
+++ b/contrib/systemd/Makefile.am
@@ -1,8 +1,11 @@
+EXTRA_DIST = \
+ osmo-pcap-client.service \
+ osmo-pcap-server.service
+
if HAVE_SYSTEMD
SYSTEMD_SERVICES = \
osmo-pcap-client.service \
osmo-pcap-server.service
-EXTRA_DIST = $(SYSTEMD_SERVICES)
systemdsystemunit_DATA = $(SYSTEMD_SERVICES)
endif