summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Protocols/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Protocols/Makefile.am')
-rw-r--r--TAO/performance-tests/Protocols/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/TAO/performance-tests/Protocols/Makefile.am b/TAO/performance-tests/Protocols/Makefile.am
index 52a59c4a7e5..3b4f19c77e2 100644
--- a/TAO/performance-tests/Protocols/Makefile.am
+++ b/TAO/performance-tests/Protocols/Makefile.am
@@ -50,9 +50,6 @@ test-stamp: $(srcdir)/test.idl $(TAO_IDL_DEP)
@touch $@
-noinst_HEADERS = \
- test.idl
-
## Makefile.Protocols_Distributor.am
if BUILD_RT_CORBA
@@ -84,8 +81,6 @@ endif BUILD_RT_CORBA
## Makefile.Protocols_Receiver.am
-if !BUILD_ACE_FOR_TAO
-
noinst_PROGRAMS += receiver
receiver_CPPFLAGS = \
@@ -105,12 +100,9 @@ receiver_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la
-endif !BUILD_ACE_FOR_TAO
-
## Makefile.Protocols_Sender.am
if BUILD_RT_CORBA
-if !BUILD_ACE_FOR_TAO
noinst_PROGRAMS += sender
@@ -133,7 +125,6 @@ sender_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la
-endif !BUILD_ACE_FOR_TAO
endif BUILD_RT_CORBA
## Clean up template repositories, etc.