Be consistent with other source file definitions.

Signed-off-by: Joonas Lahtinen <[email protected]>
Reviewed-by: Mikko Ylinen <[email protected]>
Acked-by: Darren Hart <[email protected]>
---
 Makefile.am | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index b32dc76..a17493d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -73,7 +73,8 @@ CLEANFILES += man/gummiboot.8
 # bypasses regular automake to provide absolute control on compiler and linker
 # flags.
 efi_loadername = gummiboot$(MACHINE_TYPE_NAME).efi
-efi_sources = src/efi/gummiboot.c
+efi_sources = \
+       src/efi/gummiboot.c
 
 efi_cppflags = \
        $(EFI_CPPFLAGS) \
-- 
1.8.1.4

_______________________________________________
systemd-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to