summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Sequence_Latency/DII/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Sequence_Latency/DII/Makefile.am')
-rw-r--r--TAO/performance-tests/Sequence_Latency/DII/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/TAO/performance-tests/Sequence_Latency/DII/Makefile.am b/TAO/performance-tests/Sequence_Latency/DII/Makefile.am
index 8753af7f85c..1a8d21bd247 100644
--- a/TAO/performance-tests/Sequence_Latency/DII/Makefile.am
+++ b/TAO/performance-tests/Sequence_Latency/DII/Makefile.am
@@ -20,7 +20,6 @@ noinst_PROGRAMS =
## Makefile.DII_Sequence_Idl.am
-if !BUILD_ACE_FOR_TAO
if !BUILD_MINIMUM_CORBA
BUILT_SOURCES = \
@@ -53,16 +52,11 @@ Test-stamp: $(srcdir)/Test.idl $(TAO_IDL_DEP)
@touch $@
-noinst_HEADERS = \
- Test.idl
-
endif !BUILD_MINIMUM_CORBA
-endif !BUILD_ACE_FOR_TAO
## Makefile.DII_Sequence_Client.am
if BUILD_CORBA_MESSAGING
-if !BUILD_ACE_FOR_TAO
if !BUILD_MINIMUM_CORBA
noinst_PROGRAMS += client
@@ -91,12 +85,10 @@ client_LDADD = \
$(ACE_BUILDDIR)/ace/libACE.la
endif !BUILD_MINIMUM_CORBA
-endif !BUILD_ACE_FOR_TAO
endif BUILD_CORBA_MESSAGING
## Makefile.DII_Sequence_Server.am
-if !BUILD_ACE_FOR_TAO
if !BUILD_MINIMUM_CORBA
noinst_PROGRAMS += server
@@ -122,7 +114,6 @@ server_LDADD = \
$(ACE_BUILDDIR)/ace/libACE.la
endif !BUILD_MINIMUM_CORBA
-endif !BUILD_ACE_FOR_TAO
## Clean up template repositories, etc.
clean-local: