summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/RT_lib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/RT_lib/Makefile.am')
-rw-r--r--TAO/orbsvcs/tests/Notify/RT_lib/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Notify/RT_lib/Makefile.am b/TAO/orbsvcs/tests/Notify/RT_lib/Makefile.am
index 9a308abb944..e665d59cb88 100644
--- a/TAO/orbsvcs/tests/Notify/RT_lib/Makefile.am
+++ b/TAO/orbsvcs/tests/Notify/RT_lib/Makefile.am
@@ -17,8 +17,8 @@ TAO_ROOT = $(top_srcdir)
## Makefile.RT_Notify_lib.am
if BUILD_CORBA_MESSAGING
-if BUILD_EXCEPTIONS
if BUILD_RT_CORBA
+if !BUILD_MINIMUM_CORBA
noinst_LTLIBRARIES = libTAO_RT_NotifyTests.la
@@ -44,8 +44,8 @@ noinst_HEADERS = \
RT_POA_Command.h \
RT_Priority_Mapping.h
+endif !BUILD_MINIMUM_CORBA
endif BUILD_RT_CORBA
-endif BUILD_EXCEPTIONS
endif BUILD_CORBA_MESSAGING
## Clean up template repositories, etc.