Ignore:
File:
1 edited

Legend:

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

    r2989c7e r3e2291a9  
    3737BINARY = tcp
    3838
    39 SOURCES = \
     39SOURCES_COMMON = \
    4040        conn.c \
     41        inet.c \
    4142        iqueue.c \
    4243        ncsim.c \
     
    4445        rqueue.c \
    4546        segment.c \
    46         service.c \
    4747        seq_no.c \
    48         tcp.c \
    4948        test.c \
    5049        tqueue.c \
    5150        ucall.c
    5251
     52SOURCES = \
     53        $(SOURCES_COMMON) \
     54        service.c \
     55        tcp.c
     56
     57TEST_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
    5369include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.