summaryrefslogtreecommitdiff
path: root/ace/SSL/ssl.mpc
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2006-07-24 15:50:11 +0000
commit8008dd09ccf88d4edef237a184a698cac42f2952 (patch)
treeda50d054f9c761c3f6a5923f6979e93306c56d68 /ace/SSL/ssl.mpc
parent13d6e89af439164c0ade48e6f5c3e9b3f971e8c9 (diff)
downloadATCD-8008dd09ccf88d4edef237a184a698cac42f2952.tar.gz
Repo restructuring
Diffstat (limited to 'ace/SSL/ssl.mpc')
-rw-r--r--ace/SSL/ssl.mpc12
1 files changed, 0 insertions, 12 deletions
diff --git a/ace/SSL/ssl.mpc b/ace/SSL/ssl.mpc
deleted file mode 100644
index 5234547fc09..00000000000
--- a/ace/SSL/ssl.mpc
+++ /dev/null
@@ -1,12 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project(SSL) : acelib, core, ace_openssl {
- requires += ssl
- sharedname = ACE_SSL
- dynamicflags = ACE_SSL_BUILD_DLL
-
- pkgconfig_files {
- ACE_SSL.pc.in
- }
-}