Changeset b623b68 in mainline for uspace/app
- Timestamp:
- 2013-09-26T09:24:46Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4d4f656
- Parents:
- 3ce68b7
- Location:
- uspace/app/download
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/download/Makefile
r3ce68b7 rb623b68 29 29 USPACE_PREFIX = ../.. 30 30 LIBS = $(LIBHTTP_PREFIX)/libhttp.a $(LIBURI_PREFIX)/liburi.a 31 EXTRA_CFLAGS = -I$(LIBHTTP_PREFIX) -I$(LIBURI_PREFIX)31 EXTRA_CFLAGS = -I$(LIBHTTP_PREFIX)/include -I$(LIBURI_PREFIX) 32 32 DEFS = -DRELEASE=$(RELEASE) 33 33 BINARY = download -
uspace/app/download/main.c
r3ce68b7 rb623b68 47 47 #include <net/socket.h> 48 48 49 #include <http .h>49 #include <http/http.h> 50 50 #include <uri.h> 51 51
Note:
See TracChangeset
for help on using the changeset viewer.