summaryrefslogtreecommitdiff
path: root/TAO/tests/ZIOP/ZIOP.mpc
diff options
context:
space:
mode:
authormsmit <msmit@remedy.nl>2009-02-13 15:23:07 +0000
committermsmit <msmit@remedy.nl>2009-02-13 15:23:07 +0000
commitd331f916e1239830a68d4debefb2d0a2171b25a8 (patch)
tree12f19c517891ba019b3c21bb13a4122af527dc4c /TAO/tests/ZIOP/ZIOP.mpc
parentd90c67ff881e4e636c88076af7222fa9885dea80 (diff)
downloadATCD-d331f916e1239830a68d4debefb2d0a2171b25a8.tar.gz
Fri Feb 13 15:22:39 UTC 2009 Marcel Smit <msmit@remedy.nl>
* tests/Big_Reply/Test.idl: * tests/Bug_3430_Regression/Bug_3430_Regression.mpc: * tests/ZIOP/client.cpp: * tests/ZIOP/Hello.cpp: * tests/ZIOP/Hello.h: * tests/ZIOP/run_test.pl: * tests/ZIOP/server.cpp: * tests/ZIOP/Test.idl: * tests/ZIOP/ZIOP.mpc: Updated to meet the latest ZIOP changes (see previous commits).
Diffstat (limited to 'TAO/tests/ZIOP/ZIOP.mpc')
-rw-r--r--TAO/tests/ZIOP/ZIOP.mpc1
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tests/ZIOP/ZIOP.mpc b/TAO/tests/ZIOP/ZIOP.mpc
index 22fab2e866e..9eb91d4ceb5 100644
--- a/TAO/tests/ZIOP/ZIOP.mpc
+++ b/TAO/tests/ZIOP/ZIOP.mpc
@@ -24,6 +24,7 @@ project(*Server): taoserver, compression, ziop, codecfactory, zlibcompressor {
project(*Client): taoclient, compression, ziop, codecfactory, zlibcompressor {
after += *idl
+ libs += TAO_TC
Source_Files {
client.cpp
}