From 94d1c5884949b21303e66b80c00c1690ec0d9d60 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Wed, 5 Jun 2002 01:52:29 +0000 Subject: 2002-06-05 Marcus Brinkmann * main.c: Include "vcons.h" instead "console.h". * focus.c: Likewise. * Makefile (LCLHDRS): Rename console.h to vcons.h. (SRCS): Rename console.c to vcons.c. --- console/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'console/Makefile') diff --git a/console/Makefile b/console/Makefile index 7174787f..a5de1e49 100644 --- a/console/Makefile +++ b/console/Makefile @@ -22,8 +22,8 @@ dir := console makemode := server target = console -SRCS = main.c console.c focus.c vga-display.c vga.c dynafont.c bdf.c -LCLHDRS = focus.h input-drv.h console.h display-drv.h vga.h vga-hw.h dynafont.h bdf.h \ +SRCS = main.c vcons.c focus.c vga-display.c vga.c dynafont.c bdf.c +LCLHDRS = focus.h input-drv.h vcons.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