imap_tester: Fixed SSL build.

This commit is contained in:
Axel Dörfler
2015-01-06 15:25:00 +01:00
parent 4cab719ff2
commit bfe83adcb2
+1 -1
View File
@@ -12,7 +12,7 @@ local libSources = Commands.cpp Protocol.cpp Response.cpp ;
#IMAPStorage.cpp
# use OpenSSL, if enabled
if $(HAIKU_OPENSSL_ENABLED) {
if $(HAIKU_BUILD_FEATURE_OPENSSL_ENABLED) {
SubDirC++Flags -DUSE_SSL ;
SubDirSysHdrs $(HAIKU_OPENSSL_HEADERS) ;
Includes [ FGristFiles $(sources) ] : $(HAIKU_OPENSSL_HEADERS_DEPENDENCY) ;