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