From 18de1534f9b69fb298a5b56e61919130d875b34b Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Thu, 1 Jul 2010 18:12:41 -0700 Subject: Makefile: add lua.c32 to installables lua.c32 is an installable file. Signed-off-by: H. Peter Anvin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fccd0f53..9b40e368 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ include $(topdir)/MCONFIG MODULES = memdisk/memdisk memdump/memdump.com modules/*.com \ com32/menu/*.c32 com32/modules/*.c32 com32/mboot/*.c32 \ com32/hdt/*.c32 com32/rosh/*.c32 com32/gfxboot/*.c32 \ - com32/sysdump/*.c32 + com32/sysdump/*.c32 com32/lua/src/*.c32 # syslinux.exe is BTARGET so as to not require everyone to have the # mingw suite installed -- cgit