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: Ic164403189510f3b20ff7906df09c78550735591
This commit is contained in:
Oliver Smith
2018-12-06 13:54:54 +01:00
committed by osmith
parent 5c14c9ccca
commit 9ea9bbbc7f

View File

@@ -1,5 +1,6 @@
if HAVE_SYSTEMD
EXTRA_DIST = osmo-hlr.service
if HAVE_SYSTEMD
systemdsystemunit_DATA = \
osmo-hlr.service
endif