xref: /openssl/demos/sslecho/build.info (revision 2000281d)
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
12