Changeset ceba4bed in mainline for uspace/srv/inet/Makefile


Ignore:
Timestamp:
2012-02-06T17:38:50Z (12 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e767dbf
Parents:
bc38578
Message:

Introduce address object. Sketch sending outgoing datagrams to directly
reachable destinations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/inet/Makefile

    rbc38578 rceba4bed  
    3131
    3232SOURCES = \
     33        addrobj.c \
    3334        inet.c \
    34         inet_link.c
     35        inet_link.c \
     36        pdu.c
    3537
    3638include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.