summaryrefslogtreecommitdiffstats
path: root/demos/tunala/Makefile.am
blob: 1616004d260e572baa14e2be22a5671853edba1f (plain)
1
2
3
4
5
6
7
8
9
10
11
# Our includes come from the OpenSSL build-tree we're in
INCLUDES		= -I$(top_builddir)/../../include

lib_LTLIBRARIES		= libtunala.la

libtunala_la_SOURCES	= buffer.c cb.c ip.c sm.c breakage.c

bin_PROGRAMS		= tunala

tunala_SOURCES		= tunala.c
tunala_LDADD		= libtunala.la -L$(top_builddir)/../.. -lssl -lcrypto