diff options
author | Lennart Poettering <lennart@poettering.net> | 2019-02-12 14:39:34 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2019-03-01 12:41:32 +0100 |
commit | 2cb45cdc4d6cb50dc8cf2048a7552173fc6f62ee (patch) | |
tree | 585d2f6c2167d0fa805cfc405bbdc729a6f3b276 /src/boot/efi | |
parent | 1b14a4b09700c411ce1fe6f9993aee4806d55fc9 (diff) | |
download | systemd-2cb45cdc4d6cb50dc8cf2048a7552173fc6f62ee.tar.gz |
meson: sort header list again
Diffstat (limited to 'src/boot/efi')
-rw-r--r-- | src/boot/efi/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/efi/meson.build b/src/boot/efi/meson.build index 67b4331a95..0ae3191635 100644 --- a/src/boot/efi/meson.build +++ b/src/boot/efi/meson.build @@ -8,9 +8,9 @@ efi_headers = files(''' linux.h measure.h pe.h + shim.h splash.h util.h - shim.h '''.split()) common_sources = ''' |