diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-06-25 09:21:17 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2023-08-01 08:54:45 +0200 |
commit | df490fc79bbab074445c7ea7b1be0c94542dcba4 (patch) | |
tree | e92e91378a91e05e5b48beaf8f4cceda103be645 /src/machine-id-setup | |
parent | meson: move declarations of random-seed, vconsole, and sysupdate (diff) | |
download | systemd-df490fc79bbab074445c7ea7b1be0c94542dcba4.tar.xz systemd-df490fc79bbab074445c7ea7b1be0c94542dcba4.zip |
meson: move declarations of fsck, firstboot, machine-id-setup, and remount-fs
Diffstat (limited to 'src/machine-id-setup')
-rw-r--r-- | src/machine-id-setup/meson.build | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/machine-id-setup/meson.build b/src/machine-id-setup/meson.build new file mode 100644 index 0000000000..316165a54e --- /dev/null +++ b/src/machine-id-setup/meson.build @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + +executables += [ + executable_template + { + 'name' : 'systemd-machine-id-setup', + 'sources' : files('machine-id-setup-main.c'), + }, +] |