build.info 277 B

1234567891011
  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. PROGRAMS{noinst} = x25519
  7. INCLUDE[x25519]=../../include
  8. SOURCE[x25519]=x25519.c
  9. DEPEND[x25519]=../../libcrypto