Changeset c5808b41 in mainline for uspace/srv/net/tl/tcp/Makefile
- Timestamp:
- 2011-09-18T17:51:58Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4c55a64
- Parents:
- 45a9cf4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/tcp/Makefile
r45a9cf4 rc5808b41 1 1 # 2 # Copyright (c) 2005 Martin Decky 3 # Copyright (c) 2007 Jakub Jermar 2 # Copyright (c) 2011 Jiri Svoboda 4 3 # All rights reserved. 5 4 # … … 34 33 35 34 SOURCES = \ 36 tcp.c 35 conn.c \ 36 header.c \ 37 iqueue.c \ 38 rqueue.c \ 39 segment.c \ 40 seq_no.c \ 41 state.c \ 42 tcp.c \ 43 test.c \ 44 tqueue.c 37 45 38 46 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.