summaryrefslogtreecommitdiff
path: root/ACE/bin/MakeProjectCreator/config/ace_openssl.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/bin/MakeProjectCreator/config/ace_openssl.mpb')
-rw-r--r--ACE/bin/MakeProjectCreator/config/ace_openssl.mpb20
1 files changed, 20 insertions, 0 deletions
diff --git a/ACE/bin/MakeProjectCreator/config/ace_openssl.mpb b/ACE/bin/MakeProjectCreator/config/ace_openssl.mpb
new file mode 100644
index 00000000000..f94fdd21f8b
--- /dev/null
+++ b/ACE/bin/MakeProjectCreator/config/ace_openssl.mpb
@@ -0,0 +1,20 @@
+// -*- 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@
+ }
+}