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