build.info 305 B

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