[syslinux:elflink] Makefile: install library modules, too

syslinux-bot for H. Peter Anvin hpa at zytor.com
Fri May 18 15:39:02 PDT 2012


Commit-ID:  40deaf6ca2101544a2fd634d5ec2f0e66d075970
Gitweb:     http://www.syslinux.org/commit/40deaf6ca2101544a2fd634d5ec2f0e66d075970
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Fri, 18 May 2012 15:37:32 -0700
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Fri, 18 May 2012 15:37:32 -0700

Makefile: install library modules, too

We need the library modules to be added to MODULES.

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

---
 Makefile |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index c05e04f..383f9f5 100644
--- 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


More information about the Syslinux-commits mailing list