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/performance-tests/Protocols | |
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/performance-tests/Protocols')
-rw-r--r-- | TAO/performance-tests/Protocols/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/performance-tests/Protocols/Makefile.am b/TAO/performance-tests/Protocols/Makefile.am index 81c6a7eadb9..a62032bf21c 100644 --- a/TAO/performance-tests/Protocols/Makefile.am +++ b/TAO/performance-tests/Protocols/Makefile.am @@ -49,6 +49,7 @@ noinst_HEADERS = \ ## Makefile.Protocols_Distributor.am +if BUILD_EXCEPTIONS if BUILD_RT_CORBA noinst_PROGRAMS += distributor @@ -75,9 +76,11 @@ distributor_LDADD = \ $(ACE_BUILDDIR)/ace/libACE.la endif BUILD_RT_CORBA +endif BUILD_EXCEPTIONS ## Makefile.Protocols_Receiver.am +if BUILD_EXCEPTIONS if !BUILD_ACE_FOR_TAO noinst_PROGRAMS += receiver @@ -100,9 +103,11 @@ receiver_LDADD = \ $(ACE_BUILDDIR)/ace/libACE.la endif !BUILD_ACE_FOR_TAO +endif BUILD_EXCEPTIONS ## Makefile.Protocols_Sender.am +if BUILD_EXCEPTIONS if BUILD_RT_CORBA if !BUILD_ACE_FOR_TAO @@ -129,6 +134,7 @@ sender_LDADD = \ endif !BUILD_ACE_FOR_TAO endif BUILD_RT_CORBA +endif BUILD_EXCEPTIONS ## Clean up template repositories, etc. clean-local: |