From 8436dcdd4a228470b7faad2f9f1259a6936070d8 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Wed, 22 Aug 2007 16:23:15 +0000 Subject: [PATCH] Really add misc.h in HEADERS --- apple_driver/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apple_driver/Makefile b/apple_driver/Makefile index 9be4cca..ef674ec 100644 --- a/apple_driver/Makefile +++ b/apple_driver/Makefile @@ -14,9 +14,9 @@ ASFLAGS = -I$(TOP) CFLAGS += $(OPT_CFLAGS) -nostdlib -nodefaultlibs -Wall -Werror -Wno-multichar -fpic -O2 LIBS = -L$(TOP)/../libunix -lunix -L$(TOP)/../libmacos -lmacos -SOURCES = head.S main.c console.c vga.c font_8x16.c misc.h +SOURCES = head.S main.c console.c vga.c font_8x16.c -HEADERS = vga.h console.h +HEADERS = vga.h console.h misc.h PROGRAMS = apple_driver