xref: /openssl/demos/keyexch/build.info (revision 2000281d)
1#
2# To run the demos when linked with a shared library (default) ensure
3# that libcrypto is on the library path. For example:
4#
5#    LD_LIBRARY_PATH=../.. ./x25519
6
7PROGRAMS{noinst} = x25519
8
9INCLUDE[x25519]=../../include
10SOURCE[x25519]=x25519.c
11DEPEND[x25519]=../../libcrypto
12