summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhpa <hpa>1999-09-17 08:45:48 +0000
committerhpa <hpa>1999-09-17 08:45:48 +0000
commit547861e6a65d51a687ec9ae0eb4ef58fb653099c (patch)
tree0a48534489ee4c76a1673f2ba15f0b2f4b073840
parentfd8ba42ac1607a5979f4a5833e4214aac510ac48 (diff)
downloadsyslinux-547861e6a65d51a687ec9ae0eb4ef58fb653099c.tar.gz
pxe.inc is also a source file
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 23327316..d1469073 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,8 @@ VERSION = $(shell cat version)
# like to keep those uniform for debugging reasons; however, distributors
# want to recompile the installers (ITARGET).
#
-SOURCES = ldlinux.asm syslinux.asm syslinux.c copybs.asm pxelinux.asm
+SOURCES = ldlinux.asm syslinux.asm syslinux.c copybs.asm \
+ pxelinux.asm pxe.inc
BTARGET = bootsect.bin ldlinux.sys ldlinux.bin ldlinux.lst pxelinux.bin
ITARGET = syslinux.com syslinux copybs.com
DOCS = COPYING NEWS README TODO *.doc