summaryrefslogtreecommitdiff
path: root/cp
diff options
context:
space:
mode:
authorMDO2007-10-05 08:12:36 +0000
committerMDO2007-10-05 08:12:36 +0000
commit8e534bcdeed11aa37d5a84ad2ee8f622ad5714b4 (patch)
treeb38520213df8654461989046850880f947d4cd1f /cp
parent9db1a550a9b149072a93cc144c70b455bc249c3f (diff)
add the compilation of cm_conn files
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@778 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cp')
-rw-r--r--cp/msg/Makefile2
-rw-r--r--cp/msg/Module2
2 files changed, 3 insertions, 1 deletions
diff --git a/cp/msg/Makefile b/cp/msg/Makefile
index b93d72b40e..9fc748e29f 100644
--- a/cp/msg/Makefile
+++ b/cp/msg/Makefile
@@ -2,6 +2,8 @@ BASE = ../../
ECOS = y
+DEBUG = y
+
TARGET_PROGRAMS = msg
msg_SOURCES = msg.c
msg_MODULES = lib
diff --git a/cp/msg/Module b/cp/msg/Module
index 3deceab545..d70f9b694b 100644
--- a/cp/msg/Module
+++ b/cp/msg/Module
@@ -1,2 +1,2 @@
-SOURCES := msg.c msg_cm.c msg_cc.c
+SOURCES := msg.c msg_cm.c msg_cc.c msg_apcm.c field/msg_field_cinfo.c field/msg_field_cid.c field/msg_field_classifier.c field/msg_field_cspec.c field/msg_field_qmp.c cm/conn/msg_cm_conn_new_cnf.c cm/conn/msg_cm_conn_new_req.c cm/conn/msg_cm_conn_rel_ind.c