summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/ace_openssl.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'bin/MakeProjectCreator/config/ace_openssl.mpb')
-rw-r--r--bin/MakeProjectCreator/config/ace_openssl.mpb20
1 files changed, 0 insertions, 20 deletions
diff --git a/bin/MakeProjectCreator/config/ace_openssl.mpb b/bin/MakeProjectCreator/config/ace_openssl.mpb
deleted file mode 100644
index f94fdd21f8b..00000000000
--- a/bin/MakeProjectCreator/config/ace_openssl.mpb
+++ /dev/null
@@ -1,20 +0,0 @@
-// -*- MPC -*-
-// $Id$
-
-project : openssl {
-
- // The ACE/TAO configure scripts set ace_TLS_CFLAGS and ace_TLS_LIBS
- // instead of $(SSL_ROOT)/include and $(SSL_ROOT)/lib as set by MPC's
- // openssl.mpb.
-
- specific (automake) {
- lit_libs -= ssl crypto
- includes -= $(SSL_ROOT)/include
- includes -= /usr/kerberos/include
- libpaths -= $(SSL_ROOT)/lib
-
- compile_flags += @ACE_TLS_CPPFLAGS@
- linkflags += @ACE_TLS_LDFLAGS@
- pure_libs += @ACE_TLS_LIBS@
- }
-}