diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-07-03 20:13:18 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-07-03 20:14:35 +0200 |
commit | 4ee949aac038dd25d58c0f021a9a9caaf9b23534 (patch) | |
tree | 121842c13a8c774fdcdbd6128e19590d32b5dd50 /Makefile.am | |
parent | 60de7ab5d51fc136417a5be698a12c80a03c7d2c (diff) | |
download | systemd-4ee949aac038dd25d58c0f021a9a9caaf9b23534.tar.gz |
build-sys: fix automake build
Lennart broke the automake build in
d4cbada2a95667c4d5d4310298bfcb446b1357b5. Let's fix that again, to
unfuck the CIs.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index f55cd361ca..c16e62280b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3026,7 +3026,7 @@ efi_headers = \ src/boot/efi/graphics.h \ src/boot/efi/linux.h \ src/boot/efi/measure.h \ - src/boot/efi/pefile.h \ + src/boot/efi/pe.h \ src/boot/efi/splash.h \ src/boot/efi/util.h \ src/boot/efi/shim.h @@ -3037,7 +3037,7 @@ systemd_boot_sources = \ src/boot/efi/disk.c \ src/boot/efi/graphics.c \ src/boot/efi/measure.c \ - src/boot/efi/pefile.c \ + src/boot/efi/pe.c \ src/boot/efi/util.c \ src/boot/efi/shim.c @@ -3074,7 +3074,7 @@ stub_sources = \ src/boot/efi/graphics.c \ src/boot/efi/linux.c \ src/boot/efi/measure.c \ - src/boot/efi/pefile.c \ + src/boot/efi/pe.c \ src/boot/efi/splash.c \ src/boot/efi/stub.c \ src/boot/efi/util.c |