diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-06-05 01:44:44 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-06-05 01:44:44 +0000 |
commit | 19e5de68bae6f5eb2296a1fb20ec51939db5087e (patch) | |
tree | 214a6ccb9c1b902b87ed57e54c51103bd4a58cba /console/Makefile | |
parent | c5584870a405eb02753369dd9e1859261d1a8460 (diff) |
2002-06-05 Marcus Brinkmann <marcus@gnu.org>
* 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.
Diffstat (limited to 'console/Makefile')
-rw-r--r-- | console/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |