Changes in uspace/app/download/Makefile [cecba66e:b623b68] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/download/Makefile
rcecba66e rb623b68 28 28 29 29 USPACE_PREFIX = ../.. 30 LIBS = http uri 30 LIBS = $(LIBHTTP_PREFIX)/libhttp.a $(LIBURI_PREFIX)/liburi.a 31 EXTRA_CFLAGS = -I$(LIBHTTP_PREFIX)/include -I$(LIBURI_PREFIX) 31 32 DEFS = -DRELEASE=$(RELEASE) 32 33 BINARY = download
Note:
See TracChangeset
for help on using the changeset viewer.