diff options
author | Marcus Brinkmann <marcus@gnu.org> | 2002-06-04 01:50:59 +0000 |
---|---|---|
committer | Marcus Brinkmann <marcus@gnu.org> | 2002-06-04 01:50:59 +0000 |
commit | 6806a0a8db23949ac0bd9b67f92d7ff8aeae9275 (patch) | |
tree | 0455d313b09717bf2d1f6cfb63c5a800f89a98e4 /console/Makefile | |
parent | 9346a1597c86ac046922227b49b8b22facb4da66 (diff) |
2002-06-04 Marcus Brinkmann <marcus@gnu.org>
* 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.
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 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 |