summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/AMI/Portable_Interceptors_AMI.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/AMI/Portable_Interceptors_AMI.mpc')
-rw-r--r--TAO/tests/Portable_Interceptors/AMI/Portable_Interceptors_AMI.mpc22
1 files changed, 22 insertions, 0 deletions
diff --git a/TAO/tests/Portable_Interceptors/AMI/Portable_Interceptors_AMI.mpc b/TAO/tests/Portable_Interceptors/AMI/Portable_Interceptors_AMI.mpc
new file mode 100644
index 00000000000..45450026f7b
--- /dev/null
+++ b/TAO/tests/Portable_Interceptors/AMI/Portable_Interceptors_AMI.mpc
@@ -0,0 +1,22 @@
+// -*- MPC -*-
+// $Id$
+
+project(*Client) : messaging, taoserver, ami {
+ exename = client
+ source_files {
+ client.cpp
+ Client_Interceptor.cpp
+ Client_ORBInitializer.cpp
+ Echo_Handler.cpp
+ }
+}
+
+project(*server) : messaging, taoserver, ami {
+ exename = server
+ source_files {
+ server.cpp
+ Server_Interceptor.cpp
+ Server_ORBInitializer.cpp
+ Echo.cpp
+ }
+}