summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Mcast/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Mcast/Makefile.am')
-rw-r--r--TAO/orbsvcs/tests/EC_Mcast/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/EC_Mcast/Makefile.am b/TAO/orbsvcs/tests/EC_Mcast/Makefile.am
index c32227f6770..bc1a880fa6e 100644
--- a/TAO/orbsvcs/tests/EC_Mcast/Makefile.am
+++ b/TAO/orbsvcs/tests/EC_Mcast/Makefile.am
@@ -17,6 +17,7 @@ TAO_ROOT = $(top_srcdir)
## Makefile.EC_Mcast.am
if BUILD_CORBA_MESSAGING
+if !BUILD_ACE_FOR_TAO
noinst_PROGRAMS = EC_Mcast
@@ -47,6 +48,7 @@ EC_Mcast_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la
+endif !BUILD_ACE_FOR_TAO
endif BUILD_CORBA_MESSAGING
## Clean up template repositories, etc.