From fdd79041023ea4a5afe7ed0b30944795a3b717e9 Mon Sep 17 00:00:00 2001 From: stanleyk Date: Fri, 8 Mar 2013 16:14:48 +0000 Subject: Added dependency from client to IDL generation --- .../tests/FT_Naming/FaultTolerant/FaultTolerant.mpc | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'TAO/orbsvcs') 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 + } + +} -- cgit v1.2.1