summaryrefslogtreecommitdiff
path: root/ACE/tests/SSL/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/tests/SSL/Makefile.am')
-rw-r--r--ACE/tests/SSL/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/ACE/tests/SSL/Makefile.am b/ACE/tests/SSL/Makefile.am
index ee10293e8ca..c3ae6261b1b 100644
--- a/ACE/tests/SSL/Makefile.am
+++ b/ACE/tests/SSL/Makefile.am
@@ -6,7 +6,7 @@
## this file will be lost the next time it is generated.
##
## MPC Command:
-## ./bin/mwc.pl -type automake -noreldefs ACE.mwc
+## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu
ACE_BUILDDIR = $(top_builddir)
ACE_ROOT = $(top_srcdir)
@@ -45,6 +45,7 @@ endif BUILD_SSL
## Makefile.Thread_Pool_Reactor_SSL_Test.am
if BUILD_SSL
+if !BUILD_ACE_FOR_TAO
noinst_PROGRAMS += Thread_Pool_Reactor_SSL_Test
@@ -68,6 +69,7 @@ Thread_Pool_Reactor_SSL_Test_LDADD = \
$(ACE_BUILDDIR)/ace/libACE.la \
@ACE_TLS_LIBS@
+endif !BUILD_ACE_FOR_TAO
endif BUILD_SSL
## Clean up template repositories, etc.