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.mpc19
1 files changed, 19 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..ae1e44f85ea
--- /dev/null
+++ b/TAO/tests/Portable_Interceptors/AMI/Portable_Interceptors_AMI.mpc
@@ -0,0 +1,19 @@
+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
+ }
+}