diff options
author | H. Peter Anvin <hpa@linux.intel.com> | 2010-07-01 18:12:41 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@linux.intel.com> | 2010-07-01 18:12:41 -0700 |
commit | 18de1534f9b69fb298a5b56e61919130d875b34b (patch) | |
tree | 14e42d5ac033f226b1229c889196ab8d5f6f7037 /Makefile | |
parent | cda890603aef72cbc571ff932a32fc1813070a50 (diff) | |
download | syslinux-18de1534f9b69fb298a5b56e61919130d875b34b.tar.gz |
Makefile: add lua.c32 to installablessyslinux-4.01-pre2
lua.c32 is an installable file.
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |