summaryrefslogtreecommitdiffstats
path: root/demos/keyexch/build.info
diff options
context:
space:
mode:
Diffstat (limited to 'demos/keyexch/build.info')
-rw-r--r--demos/keyexch/build.info11
1 files changed, 11 insertions, 0 deletions
diff --git a/demos/keyexch/build.info b/demos/keyexch/build.info
new file mode 100644
index 0000000000..a029baa08a
--- /dev/null
+++ b/demos/keyexch/build.info
@@ -0,0 +1,11 @@
+#
+# To run the demos when linked with a shared library (default) ensure
+# that libcrypto is on the library path. For example:
+#
+# LD_LIBRARY_PATH=../.. ./x25519
+
+PROGRAMS{noinst} = x25519
+
+INCLUDE[x25519]=../../include
+SOURCE[x25519]=x25519.c
+DEPEND[x25519]=../../libcrypto