Changeset 9d8b12da in mainline for uspace/app/vterm/Makefile


Ignore:
Timestamp:
2017-11-08T22:43:39Z (6 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
378948d
Parents:
d2e7a51
Message:

Instead of setting MATH=y, just list 'math' in dependencies like a normal library.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/vterm/Makefile

    rd2e7a51 r9d8b12da  
    3030
    3131# TODO: Should be just "gui graph", rest is transitive dependencies.
    32 LIBS = gui graph draw softrend compress
     32LIBS = gui graph draw softrend compress math
    3333
    3434BINARY = vterm
    35 MATH = y
    3635
    3736SOURCES = \
Note: See TracChangeset for help on using the changeset viewer.