Ignore:
File:
1 edited

Legend:

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

    r3e2291a9 r2989c7e  
    3737BINARY = tcp
    3838
    39 SOURCES_COMMON = \
     39SOURCES = \
    4040        conn.c \
    41         inet.c \
    4241        iqueue.c \
    4342        ncsim.c \
     
    4544        rqueue.c \
    4645        segment.c \
     46        service.c \
    4747        seq_no.c \
     48        tcp.c \
    4849        test.c \
    4950        tqueue.c \
    5051        ucall.c
    5152
    52 SOURCES = \
    53         $(SOURCES_COMMON) \
    54         service.c \
    55         tcp.c
    56 
    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.c
    68 
    6953include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.