summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Notify/Federation/Agent/Agent.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/Notify/Federation/Agent/Agent.mpc')
-rw-r--r--TAO/orbsvcs/examples/Notify/Federation/Agent/Agent.mpc7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/orbsvcs/examples/Notify/Federation/Agent/Agent.mpc b/TAO/orbsvcs/examples/Notify/Federation/Agent/Agent.mpc
index 897298573c4..1083905d845 100644
--- a/TAO/orbsvcs/examples/Notify/Federation/Agent/Agent.mpc
+++ b/TAO/orbsvcs/examples/Notify/Federation/Agent/Agent.mpc
@@ -5,5 +5,10 @@ project : rmcast, orbsvcsexe, notification, notification_skel, notification_serv
exename = agent
after += Gate
libs += Gate
- includes += ..
+
+ specific (automake) {
+ includes += $(srcdir)/..
+ } else {
+ includes += ..
+ }
}