summaryrefslogtreecommitdiff
path: root/ACE/ace/SSL/ssl_for_tao.mpc
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2008-03-04 13:56:48 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2008-03-04 13:56:48 +0000
commitc4078c377d74290ebe4e66da0b4975da91732376 (patch)
tree1816ef391e42a07929304908ac0e21f4c2f6cb7b /ACE/ace/SSL/ssl_for_tao.mpc
parent700d1c1a6be348c6c70a2085e559baeb8f4a62ea (diff)
downloadATCD-c4078c377d74290ebe4e66da0b4975da91732376.tar.gz
swap in externals for ACE and TAO
Diffstat (limited to 'ACE/ace/SSL/ssl_for_tao.mpc')
-rw-r--r--ACE/ace/SSL/ssl_for_tao.mpc42
1 files changed, 0 insertions, 42 deletions
diff --git a/ACE/ace/SSL/ssl_for_tao.mpc b/ACE/ace/SSL/ssl_for_tao.mpc
deleted file mode 100644
index 54915488d7e..00000000000
--- a/ACE/ace/SSL/ssl_for_tao.mpc
+++ /dev/null
@@ -1,42 +0,0 @@
-// -*- MPC -*-
-//
-// $Id$
-
-project(SSL_FOR_TAO) : acelib, ace_output, install, ace_openssl {
- requires += ssl ace_for_tao
- sharedname = ACE_SSL_FOR_TAO
- dynamicflags = ACE_SSL_BUILD_DLL
-
- Source_Files {
- SSL_Context.cpp
- SSL_SOCK.cpp
- SSL_SOCK_Acceptor.cpp
- SSL_SOCK_Connector.cpp
- SSL_SOCK_Stream.cpp
- }
-
- Header_Files {
- SSL_Context.h
- SSL_Export.h
- SSL_SOCK.h
- SSL_SOCK_Acceptor.h
- SSL_SOCK_Connector.h
- SSL_SOCK_Stream.h
- sslconf.h
- }
-
- Inline_Files {
- SSL_SOCK.inl
- SSL_SOCK_Acceptor.inl
- SSL_SOCK_Connector.inl
- SSL_Context.inl
- SSL_SOCK_Stream.inl
- }
-
- Template_Files {
- }
-
- pkgconfig_files {
- ACE_SSL.pc.in
- }
-}