Changeset 00aece0 in mainline for uspace/srv/hid/console/Makefile


Ignore:
Timestamp:
2012-02-18T16:47:38Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4449c6c
Parents:
bd5f3b7 (diff), f943dd3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/console/Makefile

    rbd5f3b7 r00aece0  
    2929
    3030USPACE_PREFIX = ../../..
    31 LIBS = $(LIBIMGMAP_PREFIX)/libimgmap.a
    32 EXTRA_CFLAGS += -I$(LIBIMGMAP_PREFIX)
     31LIBS = $(LIBFB_PREFIX)/libfb.a
     32EXTRA_CFLAGS += -I$(LIBFB_PREFIX)
    3333BINARY = console
    3434
    3535SOURCES = \
    3636        console.c \
    37         keybuffer.c \
    38         images.c \
    39         gcons.c
     37        images.c
    4038
    4139IMAGES = \
    4240        gfx/helenos.tga \
    4341        gfx/nameic.tga \
    44         gfx/cons_selected.tga \
     42        gfx/cons_data.tga \
     43        gfx/cons_dis.tga \
     44        gfx/cons_dis_sel.tga \
    4545        gfx/cons_idle.tga \
    46         gfx/cons_has_data.tga \
     46        gfx/cons_sel.tga \
    4747        gfx/cons_kernel.tga \
    4848        gfx/anim_1.tga \
Note: See TracChangeset for help on using the changeset viewer.