summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Notify/Federation/SpaceCraft/SpaceCraft.mpc
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-12-22 23:29:17 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-12-22 23:29:17 +0000
commit06c864934c2cbcc73231b126300442f0052b0e9e (patch)
tree0be29a1d2dbe9145668bfe1a9f1b8663bdebe274 /TAO/orbsvcs/examples/Notify/Federation/SpaceCraft/SpaceCraft.mpc
parent8bea6c7855e38137048efa7a0cfe69e697b94716 (diff)
downloadATCD-06c864934c2cbcc73231b126300442f0052b0e9e.tar.gz
ChangeLogTag: Thu Dec 22 15:24:38 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/examples/Notify/Federation/SpaceCraft/SpaceCraft.mpc')
-rw-r--r--TAO/orbsvcs/examples/Notify/Federation/SpaceCraft/SpaceCraft.mpc7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/orbsvcs/examples/Notify/Federation/SpaceCraft/SpaceCraft.mpc b/TAO/orbsvcs/examples/Notify/Federation/SpaceCraft/SpaceCraft.mpc
index e5d56c9be40..8c44304de30 100644
--- a/TAO/orbsvcs/examples/Notify/Federation/SpaceCraft/SpaceCraft.mpc
+++ b/TAO/orbsvcs/examples/Notify/Federation/SpaceCraft/SpaceCraft.mpc
@@ -5,5 +5,10 @@ project : rmcast, orbsvcsexe, notification, notification_skel, notification_serv
exename = craft
after += Gate
libs += Gate
- includes += ..
+
+ specific (automake) {
+ includes += $(srcdir)/..
+ } else {
+ includes += ..
+ }
}