From 82aac76005b7b19f48b42cbcb192dab6d17b6b05 Mon Sep 17 00:00:00 2001 From: Paulo Alcantara Date: Tue, 10 Nov 2015 22:14:30 -0200 Subject: libinstaller: introduce syslxrw library Due to size constraints on DOS systems, do not include whole syslxcom into DOS-based installer for using xpread() and xpwrite() functions, instead make them part of another separate library and include it only. Signed-off-by: Paulo Alcantara --- linux/Makefile | 1 + linux/syslinux.c | 1 + 2 files changed, 2 insertions(+) (limited to 'linux') diff --git a/linux/Makefile b/linux/Makefile index 11667e1d..5a49d813 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -23,6 +23,7 @@ LDFLAGS = SRCS = syslinux.c \ ../libinstaller/syslxopt.c \ + ../libinstaller/syslxrw.c \ ../libinstaller/syslxcom.c \ ../libinstaller/setadv.c \ ../libinstaller/advio.c \ diff --git a/linux/syslinux.c b/linux/syslinux.c index 912de71f..46d5624c 100755 --- a/linux/syslinux.c +++ b/linux/syslinux.c @@ -68,6 +68,7 @@ #include #include +#include "syslxrw.h" #include "syslxcom.h" #include "syslxfs.h" #include "setadv.h" -- cgit v1.2.1