summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/RtEC/Simple/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/RtEC/Simple/Makefile.am')
-rw-r--r--TAO/orbsvcs/examples/RtEC/Simple/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/orbsvcs/examples/RtEC/Simple/Makefile.am b/TAO/orbsvcs/examples/RtEC/Simple/Makefile.am
index 72a249d8995..d9066e3eddc 100644
--- a/TAO/orbsvcs/examples/RtEC/Simple/Makefile.am
+++ b/TAO/orbsvcs/examples/RtEC/Simple/Makefile.am
@@ -18,7 +18,6 @@ noinst_PROGRAMS =
## Makefile.RtEC_Simple_Consumer.am
if BUILD_CORBA_MESSAGING
-if BUILD_EXCEPTIONS
noinst_PROGRAMS += Consumer
@@ -48,13 +47,11 @@ Consumer_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la
-endif BUILD_EXCEPTIONS
endif BUILD_CORBA_MESSAGING
## Makefile.RtEC_Simple_Service.am
if BUILD_CORBA_MESSAGING
-if BUILD_EXCEPTIONS
if !BUILD_ACE_FOR_TAO
noinst_PROGRAMS += Service
@@ -88,13 +85,11 @@ Service_LDADD = \
$(ACE_BUILDDIR)/ace/libACE.la
endif !BUILD_ACE_FOR_TAO
-endif BUILD_EXCEPTIONS
endif BUILD_CORBA_MESSAGING
## Makefile.RtEC_Simple_Supplier.am
if BUILD_CORBA_MESSAGING
-if BUILD_EXCEPTIONS
noinst_PROGRAMS += Supplier
@@ -124,7 +119,6 @@ Supplier_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la
-endif BUILD_EXCEPTIONS
endif BUILD_CORBA_MESSAGING
## Clean up template repositories, etc.