Changeset b412168 in mainline for uspace/lib/draw/Makefile


Ignore:
Timestamp:
2014-11-17T03:25:04Z (10 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6069061
Parents:
ef3da5a (diff), 5042706 (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/lib/draw/Makefile

    ref3da5a rb412168  
    3131SLIBRARY = libdraw.so.0.0
    3232LSONAME = libdraw.so0
    33 EXTRA_CFLAGS += -I$(LIBSOFTREND_PREFIX)
     33EXTRA_CFLAGS += -I$(LIBSOFTREND_PREFIX) -I$(LIBCOMPRESS_PREFIX)
    3434
    3535SOURCES = \
    3636        codec/tga.c \
     37        codec/tga.gz.c \
     38        codec/webp.c \
    3739        cursor/embedded.c \
    3840        font/embedded.c \
Note: See TracChangeset for help on using the changeset viewer.