• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
1# Our includes come from the OpenSSL build-tree we're in
2INCLUDES		= -I$(top_builddir)/../../include
3
4bin_PROGRAMS		= tunala
5
6tunala_SOURCES		= tunala.c buffer.c cb.c ip.c sm.c breakage.c
7tunala_LDADD		= -L$(top_builddir)/../.. -lssl -lcrypto
8