aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2012-05-18 15:37:32 -0700
committerH. Peter Anvin <hpa@zytor.com>2012-05-18 15:37:32 -0700
commit40deaf6ca2101544a2fd634d5ec2f0e66d075970 (patch)
tree877c4b8dda2a5d1fa2334d056aa68a9b149f324e
parent66214ac37144c14d0c9ec4e1d9d663ad04daf368 (diff)
downloadsyslinux-40deaf6ca2101544a2fd634d5ec2f0e66d075970.tar.gz
syslinux-40deaf6ca2101544a2fd634d5ec2f0e66d075970.tar.xz
syslinux-40deaf6ca2101544a2fd634d5ec2f0e66d075970.zip
Makefile: install library modules, too
We need the library modules to be added to MODULES. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c05e04ff..383f9f57 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