summaryrefslogtreecommitdiff
path: root/ACE/ace/SSL/ssl_for_tao.mpc
diff options
context:
space:
mode:
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
- }
-}