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.mpc18
1 files changed, 18 insertions, 0 deletions
diff --git a/TAO/examples/Content_Server/AMI_Observer/AMI_Observer.mpc b/TAO/examples/Content_Server/AMI_Observer/AMI_Observer.mpc
new file mode 100644
index 00000000000..1a370ff20ec
--- /dev/null
+++ b/TAO/examples/Content_Server/AMI_Observer/AMI_Observer.mpc
@@ -0,0 +1,18 @@
+// -*- MPC -*-
+// $Id$
+
+project(*Server): messaging, taoexe, portableserver, ami, namingexe {
+ Source_Files {
+ Callback_Handler.cpp
+ Push_Iterator_Factory_i.cpp
+ server.cpp
+ }
+}
+
+project(*Client): messaging, taoexe, portableserver, ami, namingexe {
+ Source_Files {
+ client.cpp
+ Callback_i.cpp
+ Push_Iterator_Handler.cpp
+ }
+}