summaryrefslogtreecommitdiff
path: root/TAO/examples/Content_Server/AMI_Observer/AMI_Observer.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Content_Server/AMI_Observer/AMI_Observer.mpc')
-rw-r--r--TAO/examples/Content_Server/AMI_Observer/AMI_Observer.mpc31
1 files changed, 5 insertions, 26 deletions
diff --git a/TAO/examples/Content_Server/AMI_Observer/AMI_Observer.mpc b/TAO/examples/Content_Server/AMI_Observer/AMI_Observer.mpc
index 9ebc2e75c6c..1a370ff20ec 100644
--- a/TAO/examples/Content_Server/AMI_Observer/AMI_Observer.mpc
+++ b/TAO/examples/Content_Server/AMI_Observer/AMI_Observer.mpc
@@ -1,39 +1,18 @@
// -*- MPC -*-
// $Id$
-project(*IDL): taoidldefaults, ami {
- IDL_Files {
- Push_Web_Server.idl
- }
- custom_only = 1
-}
-
-project(*Server): messaging, taoserver, ami, namingexe {
- exename = server
- after += *IDL
- avoids += ace_for_tao
+project(*Server): messaging, taoexe, portableserver, ami, namingexe {
Source_Files {
Callback_Handler.cpp
Push_Iterator_Factory_i.cpp
server.cpp
- Push_Web_ServerS.cpp
- Push_Web_ServerC.cpp
- }
- IDL_Files {
- }
+ }
}
-
-project(*Client): messaging, taoserver, ami, namingexe {
- exename = client
- after += *IDL
- avoids += ace_for_tao
+
+project(*Client): messaging, taoexe, portableserver, ami, namingexe {
Source_Files {
client.cpp
Callback_i.cpp
Push_Iterator_Handler.cpp
- Push_Web_ServerS.cpp
- Push_Web_ServerC.cpp
- }
- IDL_Files {
- }
+ }
}