summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Notify/Federation/Agent/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/Notify/Federation/Agent/Makefile.am')
-rw-r--r--TAO/orbsvcs/examples/Notify/Federation/Agent/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/orbsvcs/examples/Notify/Federation/Agent/Makefile.am b/TAO/orbsvcs/examples/Notify/Federation/Agent/Makefile.am
index 935c00917ea..ae1c7216075 100644
--- a/TAO/orbsvcs/examples/Notify/Federation/Agent/Makefile.am
+++ b/TAO/orbsvcs/examples/Notify/Federation/Agent/Makefile.am
@@ -16,9 +16,9 @@ TAO_ROOT = $(top_srcdir)
## Makefile.Agent.am
-if BUILD_EXCEPTIONS
if BUILD_THREADS
if !BUILD_ACE_FOR_TAO
+if !BUILD_MINIMUM_CORBA
noinst_PROGRAMS = agent
@@ -42,7 +42,6 @@ agent_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO_IFR_Client.la \
$(TAO_BUILDDIR)/orbsvcs/orbsvcs/libTAO_CosNotification_Serv.la \
$(TAO_BUILDDIR)/tao/libTAO_DynamicAny.la \
- $(TAO_BUILDDIR)/tao/libTAO_Valuetype.la \
$(TAO_BUILDDIR)/orbsvcs/orbsvcs/libTAO_ETCL.la \
$(TAO_BUILDDIR)/orbsvcs/orbsvcs/libTAO_Svc_Utils.la \
$(TAO_BUILDDIR)/orbsvcs/orbsvcs/libTAO_CosNotification_Skel.la \
@@ -55,9 +54,9 @@ agent_LDADD = \
$(ACE_BUILDDIR)/protocols/ace/RMCast/libACE_RMCast.la \
$(ACE_BUILDDIR)/ace/libACE.la
+endif !BUILD_MINIMUM_CORBA
endif !BUILD_ACE_FOR_TAO
endif BUILD_THREADS
-endif BUILD_EXCEPTIONS
## Clean up template repositories, etc.
clean-local: