Changeset d7b7f5e in mainline for uspace/Makefile.common


Ignore:
Timestamp:
2013-09-14T15:41:36Z (11 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1c0cef0
Parents:
41e871f
Message:

Add a basic HTTP download tool

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile.common

    r41e871f rd7b7f5e  
    141141LIBBITHENGE_PREFIX = $(LIB_PREFIX)/bithenge
    142142
     143LIBHTTP_PREFIX = $(LIB_PREFIX)/http
     144LIBURI_PREFIX = $(LIB_PREFIX)/uri
     145
    143146ifeq ($(STATIC_NEEDED),y)
    144147        STATIC_BUILD = y
Note: See TracChangeset for help on using the changeset viewer.