Changes in uspace/lib/draw/Makefile [6d5e378:e2e9a8a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/draw/Makefile
r6d5e378 re2e9a8a 30 30 LIBRARY = libdraw 31 31 SLIBRARY = libdraw.so.0.0 32 LSONAME = libdraw.so 033 EXTRA_CFLAGS += -I$(LIBSOFTREND_PREFIX) 32 LSONAME = libdraw.so.0 33 EXTRA_CFLAGS += -I$(LIBSOFTREND_PREFIX) -I$(LIBCOMPRESS_PREFIX) 34 34 35 35 SOURCES = \ 36 36 codec/tga.c \ 37 codec/tga.gz.c \ 38 codec/webp.c \ 37 39 cursor/embedded.c \ 38 40 font/embedded.c \ 41 font/bitmap_backend.c \ 42 font/pcf.c \ 39 43 gfx/font-8x16.c \ 40 44 gfx/cursor-11x18.c \
Note:
See TracChangeset
for help on using the changeset viewer.