Navigation



Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • freeDiameter/CMakeLists.txt

    r20 r25  
    1010SET(FD_COMMON_SRC
    1111        fD.h
     12        cnxctx.h
    1213        config.c
    1314        cnxctx.c
    1415        dispatch.c
     16        endpoints.c
    1517        extensions.c
    1618        dict_base_proto.c
     
    2123        p_psm.c
    2224        server.c
     25        tcp.c
    2326        )
    2427
    2528IF(NOT DISABLE_SCTP)
    26         SET(FD_COMMON_SRC ${FD_COMMON_SRC} sctp.c)
     29        SET(FD_COMMON_SRC ${FD_COMMON_SRC} sctp.c sctps.c)
    2730ENDIF(NOT DISABLE_SCTP)
    2831
Note: See TracChangeset for help on using the changeset viewer.