diff options
Diffstat (limited to 'demos/sslecho/build.info')
-rw-r--r-- | demos/sslecho/build.info | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/demos/sslecho/build.info b/demos/sslecho/build.info new file mode 100644 index 000000000000..d42716cd5103 --- /dev/null +++ b/demos/sslecho/build.info @@ -0,0 +1,11 @@ +# +# To run the demos when linked with a shared library (default) ensure that +# libcrypto and libssl are on the library path. For example: +# +# LD_LIBRARY_PATH=../.. ./sslecho + +PROGRAMS{noinst} = sslecho + +INCLUDE[sslecho]=../../include +SOURCE[sslecho]=main.c +DEPEND[sslecho]=../../libcrypto ../../libssl |