Changes in uspace/lib/draw/Makefile [cecba66e:e2e9a8a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/draw/Makefile
rcecba66e re2e9a8a 29 29 USPACE_PREFIX = ../.. 30 30 LIBRARY = libdraw 31 LIBS = softrend compress 31 SLIBRARY = libdraw.so.0.0 32 LSONAME = libdraw.so.0 33 EXTRA_CFLAGS += -I$(LIBSOFTREND_PREFIX) -I$(LIBCOMPRESS_PREFIX) 32 34 33 35 SOURCES = \
Note:
See TracChangeset
for help on using the changeset viewer.