summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile.am')
-rw-r--r--TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile.am b/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile.am
index e2f52c3f108..3768529cc23 100644
--- a/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile.am
+++ b/TAO/orbsvcs/tests/EC_Custom_Marshal/Makefile.am
@@ -52,9 +52,6 @@ data-stamp: $(srcdir)/data.idl $(TAO_IDL_DEP)
@touch $@
-noinst_HEADERS = \
- data.idl
-
endif BUILD_CORBA_MESSAGING
## Makefile.ECM_Consumer.am
@@ -99,7 +96,6 @@ endif BUILD_CORBA_MESSAGING
## Makefile.ECM_Supplier.am
if BUILD_CORBA_MESSAGING
-if !BUILD_ACE_FOR_TAO
noinst_PROGRAMS += ECM_Supplier
@@ -135,7 +131,6 @@ ECM_Supplier_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la
-endif !BUILD_ACE_FOR_TAO
endif BUILD_CORBA_MESSAGING
## Clean up template repositories, etc.