summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-09-30 18:30:04 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-09-30 18:30:04 +0000
commit7972d3fcf1379f17dcc2ace24eaa539ac4a06ced (patch)
tree47421dea45e7ce8cacc299d8703b770718aa4223
parentaf69263d8d7696a685f4304d1024f859d94f25fa (diff)
downloadATCD-7972d3fcf1379f17dcc2ace24eaa539ac4a06ced.tar.gz
ChangeLogTag: Fri Sep 30 18:28:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tests/Smart_Proxies/dtor/dtor.mpc4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Smart_Proxies/dtor/dtor.mpc b/TAO/tests/Smart_Proxies/dtor/dtor.mpc
index 27b31c9ea8a..bfbcbe61031 100644
--- a/TAO/tests/Smart_Proxies/dtor/dtor.mpc
+++ b/TAO/tests/Smart_Proxies/dtor/dtor.mpc
@@ -6,10 +6,10 @@ project(*Server): taoserver, smart_proxies {
}
}
-project(*Client): taoclient, smart_proxies {
+project(*Client): taoclient, anytypecode, smart_proxies {
Source_Files {
testC.cpp
Smart_Proxy_Impl.cpp
- client.cpp
+ client.cpp
}
}