Navigation



Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/CMakeLists.txt

    r25 r20  
    1010SET(FD_COMMON_SRC
    1111        fD.h
    12         cnxctx.h
    1312        config.c
    1413        cnxctx.c
    1514        dispatch.c
    16         endpoints.c
    1715        extensions.c
    1816        dict_base_proto.c
     
    2321        p_psm.c
    2422        server.c
    25         tcp.c
    2623        )
    2724
    2825IF(NOT DISABLE_SCTP)
    29         SET(FD_COMMON_SRC ${FD_COMMON_SRC} sctp.c sctps.c)
     26        SET(FD_COMMON_SRC ${FD_COMMON_SRC} sctp.c)
    3027ENDIF(NOT DISABLE_SCTP)
    3128
Note: See TracChangeset for help on using the changeset viewer.