diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-12-23 00:12:56 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2005-12-23 00:12:56 +0000 |
commit | 1f22e3d4a9725f0c53ec01bbe903de77a8f584c6 (patch) | |
tree | 748c01d970eccb6efc3d5e738e6f8ec828827e71 /TAO/orbsvcs/Logging_Service | |
parent | 8cc64708bc557b892733d16ca2531c382adb2108 (diff) | |
download | ATCD-1f22e3d4a9725f0c53ec01bbe903de77a8f584c6.tar.gz |
ChangeLogTag: Thu Dec 22 16:07:11 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/Logging_Service')
-rw-r--r-- | TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/Makefile.am b/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/Makefile.am index 1e6258a1cff..b54d778dee6 100644 --- a/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/Makefile.am +++ b/TAO/orbsvcs/Logging_Service/RTEvent_Logging_Service/Makefile.am @@ -17,6 +17,7 @@ TAO_ROOT = $(top_srcdir) ## Makefile.RTEvent_Logging_Service.am if BUILD_CORBA_MESSAGING +if !BUILD_ACE_FOR_TAO bin_PROGRAMS = RTEvent_Logging_Service @@ -56,6 +57,7 @@ RTEvent_Logging_Service_LDADD = \ $(TAO_BUILDDIR)/tao/libTAO.la \ $(ACE_BUILDDIR)/ace/libACE.la +endif !BUILD_ACE_FOR_TAO endif BUILD_CORBA_MESSAGING ## Clean up template repositories, etc. |