summaryrefslogtreecommitdiff
path: root/ACE/tests/SSL
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-22 14:18:43 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-11-22 14:18:43 +0000
commit3f6a1a6792cf3650688811bd57107c82bf233fd7 (patch)
tree3c2219607f3629abdfb492a633e84142fa38b6f2 /ACE/tests/SSL
parent02aa240efa739b3cd99f98c85038eceea00ae8f4 (diff)
downloadATCD-3f6a1a6792cf3650688811bd57107c82bf233fd7.tar.gz
ChangeLogTag: Wed Nov 22 14:10:08 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'ACE/tests/SSL')
-rw-r--r--ACE/tests/SSL/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/ACE/tests/SSL/Makefile.am b/ACE/tests/SSL/Makefile.am
index c3ae6261b1b..ee10293e8ca 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:
-## /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
+## ./bin/mwc.pl -type automake -noreldefs ACE.mwc
ACE_BUILDDIR = $(top_builddir)
ACE_ROOT = $(top_srcdir)
@@ -45,7 +45,6 @@ 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
@@ -69,7 +68,6 @@ 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.