Changeset ee7e82a9 in mainline for uspace/app/sbi/Makefile


Ignore:
Timestamp:
2010-03-31T15:54:11Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
59ecd4a, 73060801
Parents:
85c2a4b
Message:

add LIBCLUI_PREFIX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/Makefile

    r85c2a4b ree7e82a9  
    2828
    2929USPACE_PREFIX = ../..
    30 LIBS = $(LIB_PREFIX)/clui/libclui.a
    31 EXTRA_CFLAGS = -D__HELENOS__ -I$(LIB_PREFIX)/clui
     30LIBS = $(LIBCLUI_PREFIX)/libclui.a
     31EXTRA_CFLAGS = -D__HELENOS__ -I$(LIBCLUI_PREFIX)
    3232
    3333BINARY = sbi
Note: See TracChangeset for help on using the changeset viewer.