Changeset 762b48a in mainline for uspace/srv/net/tl/tcp/Makefile


Ignore:
Timestamp:
2011-11-23T19:14:49Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
04cd242
Parents:
1812a0d
Message:

Rename some source files as their meaning has shifted.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/tl/tcp/Makefile

    r1812a0d r762b48a  
    3434SOURCES = \
    3535        conn.c \
    36         header.c \
    3736        iqueue.c \
    3837        ncsim.c \
     38        pdu.c \
    3939        rqueue.c \
    4040        segment.c \
    4141        seq_no.c \
    42         state.c \
    4342        tcp.c \
    4443        test.c \
    45         tqueue.c
     44        tqueue.c \
     45        ucall.c
    4646
    4747include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.