From 19e5de68bae6f5eb2296a1fb20ec51939db5087e Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Wed, 5 Jun 2002 01:44:44 +0000 Subject: 2002-06-05 Marcus Brinkmann * input.h: Renamed to ... * input-drv.h: ... this. * focus.c: Include "input-drv.h" instead "input.h". * console.c: Likewise. * Makefile (LCLHDRS): Rename input.h to input-drv.h. --- console/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'console/Makefile') diff --git a/console/Makefile b/console/Makefile index 06ceec4e..7174787f 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-drv.h vga.h vga-hw.h dynafont.h bdf.h \ +LCLHDRS = focus.h input-drv.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