From 6806a0a8db23949ac0bd9b67f92d7ff8aeae9275 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Tue, 4 Jun 2002 01:50:59 +0000 Subject: 2002-06-04 Marcus Brinkmann * display.h: Renamed to ... * display-drv.h: ... this. * Makefile (LCLHDRS): Rename display.h to display-drv.h. * console.c: Include "display-drv.h" instead "display.h". * vga-display.c: Likewise. --- console/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'console/Makefile') diff --git a/console/Makefile b/console/Makefile index b44c583d..06ceec4e 100644 --- a/console/Makefile +++ b/console/Makefile @@ -23,7 +23,7 @@ makemode := server target = console SRCS = main.c console.c focus.c vga-display.c vga.c dynafont.c bdf.c -LCLHDRS = focus.h input.h console.h display.h vga.h vga-hw.h dynafont.h bdf.h \ +LCLHDRS = focus.h input.h console.h display-drv.h vga.h vga-hw.h dynafont.h bdf.h \ mutations.h priv.h HURDLIBS = trivfs fshelp iohelp threads ports ihash shouldbeinlibc -- cgit v1.2.3