sideload-repos-systemd: Dist service unconditionally

Add flatpak-sideload-usb-repo.service.in to EXTRA_DIST regardless of if
the --enable-auto-sideloading configure option was passed. This allows
building a tarball without that option and then building from the
tarball with the option.

This matches what is done in system-helper/Makefile.am.inc with
flatpak-system-helper.service.in.

Picked from https://github.com/endlessm/flatpak/pull/228

(cherry picked from commit f1383c10be)
This commit is contained in:
Phaedrus Leeds
2020-08-11 14:00:36 -07:00
committed by Alexander Larsson
parent d33c322c35
commit daec27e36e

View File

@@ -15,4 +15,4 @@ systemdsystemunit_DATA += sideload-repos-systemd/flatpak-sideload-repos-dir.serv
endif
EXTRA_DIST += sideload-repos-systemd/flatpak-sideload-usb-repo.path.in sideload-repos-systemd/flatpak-sideload-repos-dir.service
EXTRA_DIST += sideload-repos-systemd/flatpak-sideload-usb-repo.path.in sideload-repos-systemd/flatpak-sideload-usb-repo.service.in sideload-repos-systemd/flatpak-sideload-repos-dir.service