Changes in uspace/srv/net/tcp/Makefile [3e2291a9:2989c7e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/Makefile
r3e2291a9 r2989c7e 37 37 BINARY = tcp 38 38 39 SOURCES _COMMON= \39 SOURCES = \ 40 40 conn.c \ 41 inet.c \42 41 iqueue.c \ 43 42 ncsim.c \ … … 45 44 rqueue.c \ 46 45 segment.c \ 46 service.c \ 47 47 seq_no.c \ 48 tcp.c \ 48 49 test.c \ 49 50 tqueue.c \ 50 51 ucall.c 51 52 52 SOURCES = \53 $(SOURCES_COMMON) \54 service.c \55 tcp.c56 57 TEST_SOURCES = \58 $(SOURCES_COMMON) \59 test/conn.c \60 test/iqueue.c \61 test/main.c \62 test/pdu.c \63 test/rqueue.c \64 test/segment.c \65 test/seq_no.c \66 test/tqueue.c \67 test/ucall.c68 69 53 include $(USPACE_PREFIX)/Makefile.common
Note:
See TracChangeset
for help on using the changeset viewer.