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 | 0d4d61c1d7b88810b129671f683f4aad70b1d7b2 (patch) | |
tree | e30bc4f48ff66c90b1fd4571ba4dfaf0dc8a2947 /TAO/performance-tests/Throughput/Makefile.am | |
parent | 29985b0709fbbc5017acd498e5a88d1a436d5f8b (diff) | |
download | ATCD-0d4d61c1d7b88810b129671f683f4aad70b1d7b2.tar.gz |
ChangeLogTag: Thu Nov 9 12:17:10 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/performance-tests/Throughput/Makefile.am')
-rw-r--r-- | TAO/performance-tests/Throughput/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/performance-tests/Throughput/Makefile.am b/TAO/performance-tests/Throughput/Makefile.am index aa262794ff7..eaaf48bf5bd 100644 --- a/TAO/performance-tests/Throughput/Makefile.am +++ b/TAO/performance-tests/Throughput/Makefile.am @@ -49,6 +49,7 @@ noinst_HEADERS = \ ## Makefile.Throughput_Client.am +if BUILD_EXCEPTIONS if !BUILD_ACE_FOR_TAO noinst_PROGRAMS += client @@ -72,9 +73,11 @@ client_LDADD = \ $(ACE_BUILDDIR)/ace/libACE.la endif !BUILD_ACE_FOR_TAO +endif BUILD_EXCEPTIONS ## Makefile.Throughput_Server.am +if BUILD_EXCEPTIONS if !BUILD_ACE_FOR_TAO noinst_PROGRAMS += server @@ -102,6 +105,7 @@ server_LDADD = \ $(ACE_BUILDDIR)/ace/libACE.la endif !BUILD_ACE_FOR_TAO +endif BUILD_EXCEPTIONS ## Clean up template repositories, etc. clean-local: |