avoid everything resembling a magic trigraph
[openssl.git] / demos / tunala / Makefile.am
1 # Our includes come from the OpenSSL build-tree we're in
2 INCLUDES                = -I$(top_builddir)/../../include
3
4 lib_LTLIBRARIES         = libtunala.la
5
6 libtunala_la_SOURCES    = buffer.c cb.c ip.c sm.c breakage.c
7
8 bin_PROGRAMS            = tunala
9
10 tunala_SOURCES          = tunala.c
11 tunala_LDADD            = libtunala.la -L$(top_builddir)/../.. -lssl -lcrypto