Changeset cecba66e in mainline for uspace/app/download/Makefile
- Timestamp:
- 2017-11-08T00:39:43Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6d15572
- Parents:
- c631734
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/download/Makefile
rc631734 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.