diff libfreeDiameter/CMakeLists.txt @ 7:e5af94b04946

Added dispatch module and tests
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 04 Sep 2009 18:05:25 +0900
parents ef303f1078ab
children 3e143f047f78
line wrap: on
line diff
--- a/libfreeDiameter/CMakeLists.txt	Thu Sep 03 16:03:25 2009 +0900
+++ b/libfreeDiameter/CMakeLists.txt	Fri Sep 04 18:05:25 2009 +0900
@@ -6,10 +6,11 @@
 # List of source files for the library
 SET(LFD_SRC
 	libfD.h
+	dictionary.c
+	dispatch.c
 	init.c
+	lists.c
 	log.c
-	lists.c
-	dictionary.c
 	messages.c
 	mqueues.c
 	sessions.c
"Welcome to our mercurial repository"