mirror of
https://github.com/openssl/openssl.git
synced 2024-11-24 10:34:12 +08:00
2000281dad
Reviewed-by: Nicola Tuveri <nic.tuv@gmail.com> Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Paul Dale <ppzgs1@gmail.com> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> (Merged from https://github.com/openssl/openssl/pull/24047)
17 lines
846 B
Plaintext
17 lines
846 B
Plaintext
#
|
|
# To run the demo when linked with a shared library (default) ensure that
|
|
# libcrypto and libssl are on the library path. For example:
|
|
#
|
|
# LD_LIBRARY_PATH=../.. ./ossl-nghttp3-demo www.example.com:443
|
|
|
|
|
|
PROGRAMS{noinst} = ossl-nghttp3-demo
|
|
|
|
GENERATE[libnghttp3.so libnghttp3.a libnghttp3.dylib libnghttp3.lib libnghttp3.dll]=gen_nghttp3.pl
|
|
DEPEND[ossl-nghttp3-demo.o]=libnghttp3.so libnghttp3.a libnghttp3.dylib libnghttp3.lib libnghttp3.dll
|
|
DEPEND[ossl-nghttp3.o]=libnghttp3.so libnghttp3.a libnghttp3.dylib libnghttp3.lib libnghttp3.dll
|
|
INCLUDE[ossl-nghttp3-demo]=../../include nghttp3/lib/includes nghttp3/build/lib/includes
|
|
INCLUDE[ossl-nghttp3]=../../include nghttp3/lib/includes nghttp3/build/lib/includes
|
|
SOURCE[ossl-nghttp3-demo]=ossl-nghttp3.c ossl-nghttp3-demo.c
|
|
DEPEND[ossl-nghttp3-demo]=../../libcrypto ../../libssl ./libnghttp3
|