diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-11-09 13:03:50 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-11-09 13:03:50 +0000 |
commit | ac607249a12b5b6fb3e42f095728189924e3e0a0 (patch) | |
tree | e30bc4f48ff66c90b1fd4571ba4dfaf0dc8a2947 /TAO/orbsvcs/tests/Notify/RT_lib | |
parent | 88e7532fabbfaecedb81f70dc241570febbf2311 (diff) | |
download | ATCD-ac607249a12b5b6fb3e42f095728189924e3e0a0.tar.gz |
ChangeLogTag: Thu Nov 9 12:17:10 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/RT_lib')
-rw-r--r-- | TAO/orbsvcs/tests/Notify/RT_lib/Makefile.am | 4 |
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 e665d59cb88..9a308abb944 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. |