summaryrefslogtreecommitdiff
path: root/ACE/TAO/orbsvcs/examples/Notify/Federation/SpaceCraft/SpaceCraft.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/orbsvcs/examples/Notify/Federation/SpaceCraft/SpaceCraft.mpc')
-rw-r--r--ACE/TAO/orbsvcs/examples/Notify/Federation/SpaceCraft/SpaceCraft.mpc15
1 files changed, 15 insertions, 0 deletions
diff --git a/ACE/TAO/orbsvcs/examples/Notify/Federation/SpaceCraft/SpaceCraft.mpc b/ACE/TAO/orbsvcs/examples/Notify/Federation/SpaceCraft/SpaceCraft.mpc
new file mode 100644
index 00000000000..16f1ae1ad74
--- /dev/null
+++ b/ACE/TAO/orbsvcs/examples/Notify/Federation/SpaceCraft/SpaceCraft.mpc
@@ -0,0 +1,15 @@
+// -*- MPC -*-
+// $Id$
+
+project : rmcast, orbsvcsexe, notification, notification_skel, notification_serv, typecodefactory {
+ exename = craft
+ after += Gate
+ libs += Gate
+ libpaths += ../Gate/.
+
+ specific (automake) {
+ includes += $(srcdir)/..
+ } else {
+ includes += ..
+ }
+}