summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/demos/tunala/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/demos/tunala/Makefile.am')
-rw-r--r--crypto/openssl/demos/tunala/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/openssl/demos/tunala/Makefile.am b/crypto/openssl/demos/tunala/Makefile.am
new file mode 100644
index 0000000..706c780
--- /dev/null
+++ b/crypto/openssl/demos/tunala/Makefile.am
@@ -0,0 +1,7 @@
+# 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
OpenPOWER on IntegriCloud