summaryrefslogtreecommitdiff
path: root/CIAO/tests
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-10-05 16:39:16 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-10-05 16:39:16 +0000
commitcb3218c1770aebbba3cbc97e1091d4672420de8f (patch)
tree22598e32c4a113deae35d32d1e96abd8749ae390 /CIAO/tests
parentbd9288e8fcdc3acabd93bc7d471c26d08e89b5f2 (diff)
downloadATCD-cb3218c1770aebbba3cbc97e1091d4672420de8f.tar.gz
ChangeLogTag: Mon Oct 5 16:36:33 UTC 2009 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'CIAO/tests')
-rw-r--r--CIAO/tests/IDL3/ImpliedIDL/All/all.mpc5
1 files changed, 3 insertions, 2 deletions
diff --git a/CIAO/tests/IDL3/ImpliedIDL/All/all.mpc b/CIAO/tests/IDL3/ImpliedIDL/All/all.mpc
index e16b8415ae6..9a824a88908 100644
--- a/CIAO/tests/IDL3/ImpliedIDL/All/all.mpc
+++ b/CIAO/tests/IDL3/ImpliedIDL/All/all.mpc
@@ -14,9 +14,10 @@ project(ConvertIDL3) : taoidl3toidl2defaults, ciao_executor {
IDL_Files {
convert_IDL2.idl
+ include.idl
include_IDL2.idl
keyword_clash_IDL2.idl
- pass_through_IDL2.idl << include_IDL2.idl
+ pass_through_IDL2.idl << keyword_clash_IDL2C.h
raw_include.idl
}
@@ -27,7 +28,7 @@ project(ConvertIDL3) : taoidl3toidl2defaults, ciao_executor {
include_IDL2S.cpp
keyword_clash_IDL2C.cpp
keyword_clash_IDL2S.cpp
- pass_through_IDL2C.cpp
+ pass_through_IDL2C.cpp << includeC.h raw_includeC.h keyword_clash_IDL2C.h
pass_through_IDL2S.cpp
raw_includeC.cpp
raw_includeS.cpp