summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/FindPOA/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/FindPOA/Makefile.am')
-rw-r--r--TAO/examples/POA/FindPOA/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/examples/POA/FindPOA/Makefile.am b/TAO/examples/POA/FindPOA/Makefile.am
index 2e62250678d..be8760ad264 100644
--- a/TAO/examples/POA/FindPOA/Makefile.am
+++ b/TAO/examples/POA/FindPOA/Makefile.am
@@ -16,7 +16,7 @@ TAO_ROOT = $(top_srcdir)
## Makefile.POA_FindPOA.am
-if BUILD_EXCEPTIONS
+if !BUILD_MINIMUM_CORBA
noinst_PROGRAMS = FindPOA
@@ -35,7 +35,7 @@ FindPOA_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: