summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Explicit_Activation/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/Explicit_Activation/Makefile.am')
-rw-r--r--TAO/examples/POA/Explicit_Activation/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/POA/Explicit_Activation/Makefile.am b/TAO/examples/POA/Explicit_Activation/Makefile.am
index 64426f3824d..e95bac97658 100644
--- a/TAO/examples/POA/Explicit_Activation/Makefile.am
+++ b/TAO/examples/POA/Explicit_Activation/Makefile.am
@@ -20,7 +20,7 @@ SUBDIRS = \
## Makefile.POA_Explicit_Activation_Server.am
-if BUILD_EXCEPTIONS
+if !BUILD_MINIMUM_CORBA
noinst_PROGRAMS = server
@@ -42,7 +42,7 @@ server_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la
-endif BUILD_EXCEPTIONS
+endif !BUILD_MINIMUM_CORBA
## Clean up template repositories, etc.
clean-local: