add HTTP(S)Client to makefiles

This commit is contained in:
Alex Fabijanic
2015-04-25 12:52:05 -05:00
parent 67ded757ef
commit ccde7ba3aa
2 changed files with 5 additions and 4 deletions

View File

@@ -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 \

View File

@@ -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