Changeset 762b48a in mainline for uspace/srv/net/tl/tcp/Makefile
- Timestamp:
- 2011-11-23T19:14:49Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 04cd242
- Parents:
- 1812a0d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/tcp/Makefile
r1812a0d r762b48a 34 34 SOURCES = \ 35 35 conn.c \ 36 header.c \37 36 iqueue.c \ 38 37 ncsim.c \ 38 pdu.c \ 39 39 rqueue.c \ 40 40 segment.c \ 41 41 seq_no.c \ 42 state.c \43 42 tcp.c \ 44 43 test.c \ 45 tqueue.c 44 tqueue.c \ 45 ucall.c 46 46 47 47 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.