diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-12-22 23:29:17 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-12-22 23:29:17 +0000 |
commit | 06c864934c2cbcc73231b126300442f0052b0e9e (patch) | |
tree | 0be29a1d2dbe9145668bfe1a9f1b8663bdebe274 /TAO/performance-tests/Protocols | |
parent | 8bea6c7855e38137048efa7a0cfe69e697b94716 (diff) | |
download | ATCD-06c864934c2cbcc73231b126300442f0052b0e9e.tar.gz |
ChangeLogTag: Thu Dec 22 15:24:38 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/performance-tests/Protocols')
-rw-r--r-- | TAO/performance-tests/Protocols/Protocols.mpc | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/TAO/performance-tests/Protocols/Protocols.mpc b/TAO/performance-tests/Protocols/Protocols.mpc index 553e3da3634..f5a235aa7de 100644 --- a/TAO/performance-tests/Protocols/Protocols.mpc +++ b/TAO/performance-tests/Protocols/Protocols.mpc @@ -34,9 +34,15 @@ project(*Distributor): rt_server { } project(*Sender): rt_client { - avoids += ace_for_tao - after += *IDL - includes += ../../tests/RTCORBA/Diffserv + avoids += ace_for_tao + after += *IDL + + specific (automake ) { + includes += $(srcdir)/../../tests/RTCORBA/Diffserv + } else { + includes += ../../tests/RTCORBA/Diffserv + } + Source_Files { sender.cpp testC.cpp |