summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/LoadBalancing/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/LoadBalancing/Makefile.am')
-rw-r--r--TAO/orbsvcs/examples/LoadBalancing/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/orbsvcs/examples/LoadBalancing/Makefile.am b/TAO/orbsvcs/examples/LoadBalancing/Makefile.am
index 0d578e08d3d..9fe1648da4b 100644
--- a/TAO/orbsvcs/examples/LoadBalancing/Makefile.am
+++ b/TAO/orbsvcs/examples/LoadBalancing/Makefile.am
@@ -54,6 +54,7 @@ endif BUILD_EXCEPTIONS
## Makefile.LoadBalancing_Client.am
if BUILD_EXCEPTIONS
+if !BUILD_ACE_FOR_TAO
noinst_PROGRAMS += client
@@ -78,6 +79,7 @@ client_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la
+endif !BUILD_ACE_FOR_TAO
endif BUILD_EXCEPTIONS
## Makefile.LoadBalancing_Server.am