Makefile.am 243 B

1234567
  1. # Our includes come from the OpenSSL build-tree we're in
  2. INCLUDES = -I$(top_builddir)/../../include
  3. bin_PROGRAMS = tunala
  4. tunala_SOURCES = tunala.c buffer.c cb.c ip.c sm.c breakage.c
  5. tunala_LDADD = -L$(top_builddir)/../.. -lssl -lcrypto