Changeset e2e9a8a in mainline for uspace/lib/gui/Makefile


Ignore:
Timestamp:
2016-04-05T18:47:41Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
61134f8
Parents:
0f792c28
Message:

Shared libraries no longer need to observe 8+3 filename limit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gui/Makefile

    r0f792c28 re2e9a8a  
    3030LIBRARY = libgui
    3131SLIBRARY = libgui.so.0.0
    32 LSONAME = libgui.so0
     32LSONAME = libgui.so.0
    3333EXTRA_CFLAGS += -I$(LIBDRAW_PREFIX) -I$(LIBSOFTREND_PREFIX) -I$(LIBGRAPH_PREFIX)
    3434
Note: See TracChangeset for help on using the changeset viewer.