diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 09:12:54 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 09:12:54 +0100 |
commit | 519d0b165c38854e9ece43907e1dffc1c659dbb4 (patch) | |
tree | bf22247eb2d6a02771b351df421ee647128b2446 /GNUmakefile | |
parent | 4ab7eba10ce61c902ee8949d71359a4f9878ed36 (diff) | |
download | fbida-519d0b165c38854e9ece43907e1dffc1c659dbb4.tar.gz |
move console handling to vt.c
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 2d18ab4..82bf42d 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -172,7 +172,7 @@ ida.o: Ida.ad.h logo.h # object files OBJS_FBI := \ - fbi.o fbtools.o fb-gui.o desktop.o \ + fbi.o vt.o fbtools.o fb-gui.o desktop.o \ parseconfig.o fbiconfig.o \ jpegtools.o jpeg/$(JPEG_VER)/transupp.o \ dither.o filter.o op.o |