diff options
author | Shao Miller <shao.miller@yrdsb.edu.on.ca> | 2010-07-03 06:04:16 -0400 |
---|---|---|
committer | Shao Miller <shao.miller@yrdsb.edu.on.ca> | 2010-07-09 21:38:03 -0700 |
commit | a0c4825d1bd7201113f2c53a94938ce34dbfaf47 (patch) | |
tree | 5e983f2c7b05b14f4ade5fe1ab03b0e8eee1e5c1 /mtools/Makefile | |
parent | 07b70a5266d694c954082b301a205225a892184f (diff) | |
download | syslinux-a0c4825d1bd7201113f2c53a94938ce34dbfaf47.tar.gz syslinux-a0c4825d1bd7201113f2c53a94938ce34dbfaf47.tar.xz syslinux-a0c4825d1bd7201113f2c53a94938ce34dbfaf47.zip |
mtools: Use libinstaller option parser
We will produce an error message if a user attempts
to use an option we don't implement.
Signed-off-by: Shao Miller <shao.miller@yrdsb.edu.on.ca>
Diffstat (limited to 'mtools/Makefile')
-rw-r--r-- | mtools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mtools/Makefile b/mtools/Makefile index 70bed14c..6164d24c 100644 --- a/mtools/Makefile +++ b/mtools/Makefile @@ -9,6 +9,7 @@ LDFLAGS = -s SRCS = syslinux.c \ ../libinstaller/fat.c \ ../libinstaller/syslxmod.c \ + ../libinstaller/syslxopt.c \ ../libinstaller/setadv.c \ ../libinstaller/bootsect_bin.c \ ../libinstaller/ldlinux_bin.c \ |