summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/FindPOA
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/FindPOA')
-rw-r--r--TAO/examples/POA/FindPOA/Makefile.am4
-rw-r--r--TAO/examples/POA/FindPOA/POA_FindPOA.mpc2
2 files changed, 3 insertions, 3 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:
diff --git a/TAO/examples/POA/FindPOA/POA_FindPOA.mpc b/TAO/examples/POA/FindPOA/POA_FindPOA.mpc
index 82b289cf4b2..be326877b8b 100644
--- a/TAO/examples/POA/FindPOA/POA_FindPOA.mpc
+++ b/TAO/examples/POA/FindPOA/POA_FindPOA.mpc
@@ -1,7 +1,7 @@
// -*- MPC -*-
// $Id$
-project: taoserver, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
+project: taoserver, minimum_corba {
exename = FindPOA
}