From: hpa Date: Thu, 30 Jan 2003 02:03:51 +0000 (+0000) Subject: Need syslinux.h as a source file X-Git-Tag: syslinux-3.11~625 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a2a862d7549a02af15ebf2d30cd1f9cb683c09bb;p=platform%2Fupstream%2Fsyslinux.git Need syslinux.h as a source file --- diff --git a/Makefile b/Makefile index b84a617..8e22014 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ VERSION = $(shell cat version) # like to keep those uniform for debugging reasons; however, distributors # want to recompile the installers (ITARGET). # -CSRC = syslinux.c syslxmod.c gethostip.c +CSRC = syslinux.c syslxmod.c gethostip.c syslinux.h NASMSRC = ldlinux.asm syslinux.asm copybs.asm \ pxelinux.asm mbr.asm isolinux.asm isolinux-debug.asm SOURCES = $(CSRC) $(NASMSRC) *.inc