comparison freeDiameter/CMakeLists.txt @ 22:0b3b46da2c12

Progress on server code
author Sebastien Decugis <sdecugis@nict.go.jp>
date Mon, 19 Oct 2009 18:43:09 +0900
parents 277ec00d793e
children bd83ce9328ed
comparison
equal deleted inserted replaced
21:bef197f6826f 22:0b3b46da2c12
18 queues.c 18 queues.c
19 peers.c 19 peers.c
20 p_expiry.c 20 p_expiry.c
21 p_psm.c 21 p_psm.c
22 server.c 22 server.c
23 tcp.c
23 ) 24 )
24 25
25 IF(NOT DISABLE_SCTP) 26 IF(NOT DISABLE_SCTP)
26 SET(FD_COMMON_SRC ${FD_COMMON_SRC} sctp.c) 27 SET(FD_COMMON_SRC ${FD_COMMON_SRC} sctp.c)
27 ENDIF(NOT DISABLE_SCTP) 28 ENDIF(NOT DISABLE_SCTP)
"Welcome to our mercurial repository"