Makefile: add lua.c32 to installables syslinux-4.01-pre2
authorH. Peter Anvin <hpa@linux.intel.com>
Fri, 2 Jul 2010 01:12:41 +0000 (18:12 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Fri, 2 Jul 2010 01:12:41 +0000 (18:12 -0700)
lua.c32 is an installable file.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Makefile

index fccd0f5..9b40e36 100644 (file)
--- 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