You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
243 B
8 lines
243 B
14 years ago
|
# Our includes come from the OpenSSL build-tree we're in
|
||
|
INCLUDES = -I$(top_builddir)/../../include
|
||
|
|
||
|
bin_PROGRAMS = tunala
|
||
|
|
||
|
tunala_SOURCES = tunala.c buffer.c cb.c ip.c sm.c breakage.c
|
||
|
tunala_LDADD = -L$(top_builddir)/../.. -lssl -lcrypto
|