]> git.ipfire.org Git - thirdparty/openssl.git/blame - demos/sslecho/build.info
Convert demos to primary build system
[thirdparty/openssl.git] / demos / sslecho / build.info
CommitLineData
2000281d
NH
1#
2# To run the demos when linked with a shared library (default) ensure that
3# libcrypto and libssl are on the library path. For example:
4#
5# LD_LIBRARY_PATH=../.. ./sslecho
6
7PROGRAMS{noinst} = sslecho
8
9INCLUDE[sslecho]=../../include
10SOURCE[sslecho]=main.c
11DEPEND[sslecho]=../../libcrypto ../../libssl