summaryrefslogtreecommitdiff
path: root/console/Makefile
diff options
context:
space:
mode:
authorMarcus Brinkmann <marcus@gnu.org>2002-06-05 01:52:29 +0000
committerMarcus Brinkmann <marcus@gnu.org>2002-06-05 01:52:29 +0000
commit94d1c5884949b21303e66b80c00c1690ec0d9d60 (patch)
tree5a595fdd5f60ddbf15215db960afdb737ff6e943 /console/Makefile
parent19e5de68bae6f5eb2296a1fb20ec51939db5087e (diff)
2002-06-05 Marcus Brinkmann <marcus@gnu.org>
* 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.
Diffstat (limited to 'console/Makefile')
-rw-r--r--console/Makefile4
1 files changed, 2 insertions, 2 deletions
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