diff freeDiameter/CMakeLists.txt @ 25:67ca08d5bc48

Completed connection context files
author Sebastien Decugis <sdecugis@nict.go.jp>
date Mon, 26 Oct 2009 16:00:49 +0900
parents bd83ce9328ed
children e6fcdf12b9a0
line wrap: on
line diff
--- a/freeDiameter/CMakeLists.txt	Wed Oct 21 18:42:45 2009 +0900
+++ b/freeDiameter/CMakeLists.txt	Mon Oct 26 16:00:49 2009 +0900
@@ -9,6 +9,7 @@
 # List of source files
 SET(FD_COMMON_SRC
 	fD.h
+	cnxctx.h
 	config.c
 	cnxctx.c
 	dispatch.c
@@ -25,7 +26,7 @@
 	)
 
 IF(NOT DISABLE_SCTP)
-	SET(FD_COMMON_SRC ${FD_COMMON_SRC} sctp.c)
+	SET(FD_COMMON_SRC ${FD_COMMON_SRC} sctp.c sctps.c)
 ENDIF(NOT DISABLE_SCTP)
 
 SET(FD_COMMON_GEN_SRC
"Welcome to our mercurial repository"