Changeset fab2746 in mainline for uspace/srv/net/udp/Makefile


Ignore:
Timestamp:
2015-04-08T21:25:30Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
99ea91b2
Parents:
ba0eac5
Message:

New transport layer API. Only UDP implemented.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/udp/Makefile

    rba0eac5 rfab2746  
    2828
    2929USPACE_PREFIX = ../../..
    30 LIBS = $(LIBNET_PREFIX)/libnet.a
    31 EXTRA_CFLAGS = -I$(LIBNET_PREFIX)/include
    3230BINARY = udp
    3331
     
    3533        assoc.c \
    3634        msg.c \
    37         sock.c \
    3835        pdu.c \
     36        service.c \
    3937        ucall.c \
    4038        udp.c \
Note: See TracChangeset for help on using the changeset viewer.