mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-10-29 09:42:31 +00:00
add HTTP(S)Client to makefiles
This commit is contained in:
@@ -11,8 +11,8 @@ include $(POCO_BASE)/build/rules/global
|
||||
SYSLIBS += -lssl -lcrypto
|
||||
|
||||
objects = AcceptCertificateHandler RejectCertificateHandler ConsoleCertificateHandler \
|
||||
CertificateHandlerFactory CertificateHandlerFactoryMgr \
|
||||
Context HTTPSClientSession HTTPSStreamFactory HTTPSSessionInstantiator \
|
||||
CertificateHandlerFactory CertificateHandlerFactoryMgr Context \
|
||||
HTTPSClient HTTPSClientSession HTTPSStreamFactory HTTPSSessionInstantiator \
|
||||
InvalidCertificateHandler KeyConsoleHandler \
|
||||
KeyFileHandler PrivateKeyFactory PrivateKeyFactoryMgr \
|
||||
PrivateKeyPassphraseHandler SecureServerSocket SecureServerSocketImpl \
|
||||
|
||||
@@ -16,8 +16,9 @@ SYSLIBS += -lssl -lcrypto -lz -ldl
|
||||
endif
|
||||
|
||||
objects = NetSSLTestSuite Driver \
|
||||
HTTPSClientSessionTest HTTPSClientTestSuite HTTPSServerTest HTTPSServerTestSuite \
|
||||
HTTPSStreamFactoryTest HTTPSTestServer TCPServerTest TCPServerTestSuite
|
||||
HTTPSClientTest HTTPSClientSessionTest HTTPSClientTestSuite HTTPSServerTest \
|
||||
HTTPSServerTestSuite HTTPSStreamFactoryTest HTTPSTestServer \
|
||||
TCPServerTest TCPServerTestSuite
|
||||
|
||||
target = testrunner
|
||||
target_version = 1
|
||||
|
||||
Reference in New Issue
Block a user