summaryrefslogtreecommitdiff
path: root/ACE/bin/MakeProjectCreator/config/ace_openssl.mpb
blob: f94fdd21f8bb8e1beefaee3ad7634b6dcb95d704 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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@
  }
}