Changeset f9a2831 in mainline for uspace/lib/http/Makefile


Ignore:
Timestamp:
2013-09-17T20:35:01Z (11 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
ff364f1
Parents:
b9f7848b
Message:

Split the HTTP library into several files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/http/Makefile

    rb9f7848b rf9a2831  
    3434
    3535SOURCES = \
    36         http.c
     36        http.c \
     37        headers.c \
     38        request.c \
     39        response.c
    3740
    3841include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.