summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Event/Mcast/Complex/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Event/Mcast/Complex/Makefile.am')
-rw-r--r--TAO/orbsvcs/tests/Event/Mcast/Complex/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/orbsvcs/tests/Event/Mcast/Complex/Makefile.am b/TAO/orbsvcs/tests/Event/Mcast/Complex/Makefile.am
index aff712f5270..4056db11b5f 100644
--- a/TAO/orbsvcs/tests/Event/Mcast/Complex/Makefile.am
+++ b/TAO/orbsvcs/tests/Event/Mcast/Complex/Makefile.am
@@ -18,7 +18,6 @@ noinst_PROGRAMS =
## Makefile.Complex_Consumer.am
if BUILD_CORBA_MESSAGING
-if !BUILD_ACE_FOR_TAO
noinst_PROGRAMS += consumer
@@ -51,13 +50,11 @@ consumer_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la
-endif !BUILD_ACE_FOR_TAO
endif BUILD_CORBA_MESSAGING
## Makefile.Complex_Gateway_Ec.am
if BUILD_CORBA_MESSAGING
-if !BUILD_ACE_FOR_TAO
noinst_PROGRAMS += gateway-ec
@@ -90,13 +87,11 @@ gateway_ec_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la
-endif !BUILD_ACE_FOR_TAO
endif BUILD_CORBA_MESSAGING
## Makefile.Complex_Supplier.am
if BUILD_CORBA_MESSAGING
-if !BUILD_ACE_FOR_TAO
noinst_PROGRAMS += supplier
@@ -129,7 +124,6 @@ supplier_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.