Makefile: install library modules, too
authorH. Peter Anvin <hpa@zytor.com>
Fri, 18 May 2012 22:37:32 +0000 (15:37 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 18 May 2012 22:37:32 +0000 (15:37 -0700)
We need the library modules to be added to MODULES.

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

index c05e04f..383f9f5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,8 @@ include $(MAKEDIR)/syslinux.mk
 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/lua/src/*.c32
+       com32/sysdump/*.c32 com32/lua/src/*.c32 \
+       com32/lib/*.c32 com32/libutil/*.c32 com32/gpllib/*.c32
 
 # syslinux.exe is BTARGET so as to not require everyone to have the
 # mingw suite installed