mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-mgw.git
synced 2025-10-23 08:12:01 +00:00
EXTRA_DIST files need to be distributed, no matter if the systemd option is configured or not. Change-Id: I5014d98e06e033d04be45585b34458c90b1ced00
7 lines
99 B
Makefile
7 lines
99 B
Makefile
EXTRA_DIST = osmo-mgw.service
|
|
|
|
if HAVE_SYSTEMD
|
|
systemdsystemunit_DATA = \
|
|
osmo-mgw.service
|
|
endif
|