summaryrefslogtreecommitdiff
path: root/TAO/tests/AMH_Oneway/AMH_Oneway.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/AMH_Oneway/AMH_Oneway.mpc')
-rw-r--r--TAO/tests/AMH_Oneway/AMH_Oneway.mpc14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/tests/AMH_Oneway/AMH_Oneway.mpc b/TAO/tests/AMH_Oneway/AMH_Oneway.mpc
new file mode 100644
index 00000000000..0e5819c5167
--- /dev/null
+++ b/TAO/tests/AMH_Oneway/AMH_Oneway.mpc
@@ -0,0 +1,14 @@
+// -*- MPC -*-
+// $Id$
+
+project(*client) : taoexe, portableserver, amh {
+ source_files {
+ client.cpp
+ }
+}
+
+project(*server) : taoexe, portableserver, amh, strategies {
+ source_files {
+ server.cpp
+ }
+}