imap_tester: Fixed SSL build.
This commit is contained in:
@@ -12,7 +12,7 @@ local libSources = Commands.cpp Protocol.cpp Response.cpp ;
|
|||||||
#IMAPStorage.cpp
|
#IMAPStorage.cpp
|
||||||
|
|
||||||
# use OpenSSL, if enabled
|
# use OpenSSL, if enabled
|
||||||
if $(HAIKU_OPENSSL_ENABLED) {
|
if $(HAIKU_BUILD_FEATURE_OPENSSL_ENABLED) {
|
||||||
SubDirC++Flags -DUSE_SSL ;
|
SubDirC++Flags -DUSE_SSL ;
|
||||||
SubDirSysHdrs $(HAIKU_OPENSSL_HEADERS) ;
|
SubDirSysHdrs $(HAIKU_OPENSSL_HEADERS) ;
|
||||||
Includes [ FGristFiles $(sources) ] : $(HAIKU_OPENSSL_HEADERS_DEPENDENCY) ;
|
Includes [ FGristFiles $(sources) ] : $(HAIKU_OPENSSL_HEADERS_DEPENDENCY) ;
|
||||||
|
|||||||
Reference in New Issue
Block a user