summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhpa <hpa>2003-01-30 02:03:51 +0000
committerhpa <hpa>2003-01-30 02:03:51 +0000
commita2a862d7549a02af15ebf2d30cd1f9cb683c09bb (patch)
tree9269d44e20e9e37d42ad02e9b0e98c63ac5b2ac6
parentea49eb042a599a875fa4508027ef5eb60079cc64 (diff)
downloadsyslinux-a2a862d7549a02af15ebf2d30cd1f9cb683c09bb.tar.gz
Need syslinux.h as a source file
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b84a617d..8e220143 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