summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/HTIOP/BiDirectional
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-09 13:03:50 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-09 13:03:50 +0000
commitac607249a12b5b6fb3e42f095728189924e3e0a0 (patch)
treee30bc4f48ff66c90b1fd4571ba4dfaf0dc8a2947 /TAO/orbsvcs/tests/HTIOP/BiDirectional
parent88e7532fabbfaecedb81f70dc241570febbf2311 (diff)
downloadATCD-ac607249a12b5b6fb3e42f095728189924e3e0a0.tar.gz
ChangeLogTag: Thu Nov 9 12:17:10 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/orbsvcs/tests/HTIOP/BiDirectional')
-rw-r--r--TAO/orbsvcs/tests/HTIOP/BiDirectional/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/HTIOP/BiDirectional/Makefile.am b/TAO/orbsvcs/tests/HTIOP/BiDirectional/Makefile.am
index 39c535a40ff..2cd1cfc482e 100644
--- a/TAO/orbsvcs/tests/HTIOP/BiDirectional/Makefile.am
+++ b/TAO/orbsvcs/tests/HTIOP/BiDirectional/Makefile.am
@@ -49,7 +49,7 @@ noinst_HEADERS = \
## Makefile.HTIOP_BiDirectional_Client.am
-if !BUILD_MINIMUM_CORBA
+if BUILD_EXCEPTIONS
noinst_PROGRAMS += client
@@ -76,10 +76,12 @@ client_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la
-endif !BUILD_MINIMUM_CORBA
+endif BUILD_EXCEPTIONS
## Makefile.HTIOP_BiDirectional_Server.am
+if BUILD_EXCEPTIONS
+
noinst_PROGRAMS += server
server_CPPFLAGS = \
@@ -105,6 +107,8 @@ server_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la
+endif BUILD_EXCEPTIONS
+
## Clean up template repositories, etc.
clean-local:
-rm -f *~ *.bak *.rpo *.sym lib*.*_pure_* core core.*