summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Callback/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Callback/Makefile.am')
-rw-r--r--TAO/performance-tests/Callback/Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/TAO/performance-tests/Callback/Makefile.am b/TAO/performance-tests/Callback/Makefile.am
index a0df7d1cdde..4d270500902 100644
--- a/TAO/performance-tests/Callback/Makefile.am
+++ b/TAO/performance-tests/Callback/Makefile.am
@@ -20,8 +20,6 @@ noinst_PROGRAMS =
## Makefile.Callback_Perf_IDL.am
-if !BUILD_ACE_FOR_TAO
-
BUILT_SOURCES = \
callbackC.cpp \
callbackC.h \
@@ -52,15 +50,9 @@ callback-stamp: $(srcdir)/callback.idl $(TAO_IDL_DEP)
@touch $@
-noinst_HEADERS = \
- callback.idl
-
-endif !BUILD_ACE_FOR_TAO
-
## Makefile.Callback_Client.am
if BUILD_CORBA_MESSAGING
-if !BUILD_ACE_FOR_TAO
noinst_PROGRAMS += client
@@ -89,13 +81,11 @@ client_LDADD = \
$(TAO_BUILDDIR)/tao/libTAO.la \
$(ACE_BUILDDIR)/ace/libACE.la
-endif !BUILD_ACE_FOR_TAO
endif BUILD_CORBA_MESSAGING
## Makefile.Callback_Server.am
if BUILD_CORBA_MESSAGING
-if !BUILD_ACE_FOR_TAO
noinst_PROGRAMS += server
@@ -124,7 +114,6 @@ server_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.