summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs
diff options
context:
space:
mode:
authorstanleyk <stanleyk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-03-08 16:14:48 +0000
committerstanleyk <stanleyk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2013-03-08 16:14:48 +0000
commitfdd79041023ea4a5afe7ed0b30944795a3b717e9 (patch)
tree61919758c0cbdd899e06a5ea008a705b731e0b55 /TAO/orbsvcs
parent5c7748ea099e03b25fd5d8310a712b35b33b14aa (diff)
downloadATCD-fdd79041023ea4a5afe7ed0b30944795a3b717e9.tar.gz
Added dependency from client to IDL generation
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r--TAO/orbsvcs/tests/FT_Naming/FaultTolerant/FaultTolerant.mpc19
1 files changed, 10 insertions, 9 deletions
diff --git a/TAO/orbsvcs/tests/FT_Naming/FaultTolerant/FaultTolerant.mpc b/TAO/orbsvcs/tests/FT_Naming/FaultTolerant/FaultTolerant.mpc
index 5a6f64227f4..5f8b3f58c4d 100644
--- a/TAO/orbsvcs/tests/FT_Naming/FaultTolerant/FaultTolerant.mpc
+++ b/TAO/orbsvcs/tests/FT_Naming/FaultTolerant/FaultTolerant.mpc
@@ -1,15 +1,6 @@
// -*- MPC -*-
// $Id$
-project(*Client) : ftnaming {
- exename = client
-
- Source_Files {
- client.cpp
- }
-
-}
-
project(*idl): taoidldefaults {
IDL_Files {
Test.idl
@@ -30,3 +21,13 @@ project(*server): ftnaming {
IDL_Files {
}
}
+
+project(*Client) : ftnaming {
+ exename = client
+ after += *idl
+
+ Source_Files {
+ client.cpp
+ }
+
+}