summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Latency/Thread_Per_Connection/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Latency/Thread_Per_Connection/Makefile.am')
-rw-r--r--TAO/performance-tests/Latency/Thread_Per_Connection/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/performance-tests/Latency/Thread_Per_Connection/Makefile.am b/TAO/performance-tests/Latency/Thread_Per_Connection/Makefile.am
index b0861f20e36..bfbdc4cda79 100644
--- a/TAO/performance-tests/Latency/Thread_Per_Connection/Makefile.am
+++ b/TAO/performance-tests/Latency/Thread_Per_Connection/Makefile.am
@@ -21,7 +21,6 @@ noinst_PROGRAMS =
## Makefile.Thread_Per_Connection_Latency_Idl.am
if BUILD_EXCEPTIONS
-if !BUILD_ACE_FOR_TAO
BUILT_SOURCES = \
TestC.cpp \
@@ -50,13 +49,11 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP)
noinst_HEADERS = \
Test.idl
-endif !BUILD_ACE_FOR_TAO
endif BUILD_EXCEPTIONS
## Makefile.Thread_Per_Connection_Latency_Client.am
if BUILD_EXCEPTIONS
-if !BUILD_ACE_FOR_TAO
noinst_PROGRAMS += client
@@ -78,13 +75,11 @@ client_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la
-endif !BUILD_ACE_FOR_TAO
endif BUILD_EXCEPTIONS
## Makefile.Thread_Per_Connection_Latency_Server.am
if BUILD_EXCEPTIONS
-if !BUILD_ACE_FOR_TAO
noinst_PROGRAMS += server
@@ -108,7 +103,6 @@ server_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la
-endif !BUILD_ACE_FOR_TAO
endif BUILD_EXCEPTIONS
## Clean up template repositories, etc.