Home | History | Annotate | Line # | Download | only in sslecho
      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 
      7 PROGRAMS{noinst} = sslecho
      8 
      9 INCLUDE[sslecho]=../../include
     10 SOURCE[sslecho]=main.c
     11 DEPEND[sslecho]=../../libcrypto ../../libssl
     12