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, 26 insertions, 5 deletions
diff --git a/TAO/examples/Content_Server/AMI_Observer/AMI_Observer.mpc b/TAO/examples/Content_Server/AMI_Observer/AMI_Observer.mpc
index 1a370ff20ec..9ebc2e75c6c 100644
--- a/TAO/examples/Content_Server/AMI_Observer/AMI_Observer.mpc
+++ b/TAO/examples/Content_Server/AMI_Observer/AMI_Observer.mpc
@@ -1,18 +1,39 @@
// -*- MPC -*-
// $Id$
-project(*Server): messaging, taoexe, portableserver, ami, namingexe {
+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
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, taoexe, portableserver, ami, namingexe {
+
+project(*Client): messaging, taoserver, ami, namingexe {
+ exename = client
+ after += *IDL
+ avoids += ace_for_tao
Source_Files {
client.cpp
Callback_i.cpp
Push_Iterator_Handler.cpp
- }
+ Push_Web_ServerS.cpp
+ Push_Web_ServerC.cpp
+ }
+ IDL_Files {
+ }
}