1*e7be843bSPierre Pronchery# 2*e7be843bSPierre Pronchery# To run the demos when linked with a shared library (default) ensure that 3*e7be843bSPierre Pronchery# libcrypto and libssl are on the library path. For example: 4*e7be843bSPierre Pronchery# 5*e7be843bSPierre Pronchery# LD_LIBRARY_PATH=../.. ./sslecho 6*e7be843bSPierre Pronchery 7*e7be843bSPierre ProncheryPROGRAMS{noinst} = sslecho 8*e7be843bSPierre Pronchery 9*e7be843bSPierre ProncheryINCLUDE[sslecho]=../../include 10*e7be843bSPierre ProncherySOURCE[sslecho]=main.c 11*e7be843bSPierre ProncheryDEPEND[sslecho]=../../libcrypto ../../libssl 12