aboutsummaryrefslogtreecommitdiff
path: root/client/wolfssl/wolfcrypt/benchmark/include.am
diff options
context:
space:
mode:
authorauth12 <[email protected]>2020-07-16 13:37:51 +0100
committerauth12 <[email protected]>2020-07-16 13:37:51 +0100
commite2379c4956099294994e090b9bede94bbbbdcab1 (patch)
treec62f61d77157e8eed8d4ad90db93fc79b587ba36 /client/wolfssl/wolfcrypt/benchmark/include.am
parentClient login handling on server. (diff)
downloadloader-e2379c4956099294994e090b9bede94bbbbdcab1.tar.xz
loader-e2379c4956099294994e090b9bede94bbbbdcab1.zip
Added windows support on client.
Diffstat (limited to 'client/wolfssl/wolfcrypt/benchmark/include.am')
-rw-r--r--client/wolfssl/wolfcrypt/benchmark/include.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/client/wolfssl/wolfcrypt/benchmark/include.am b/client/wolfssl/wolfcrypt/benchmark/include.am
new file mode 100644
index 0000000..d91a701
--- /dev/null
+++ b/client/wolfssl/wolfcrypt/benchmark/include.am
@@ -0,0 +1,14 @@
+# vim:ft=automake
+# All paths should be given relative to the root
+
+if BUILD_WOLFCRYPT_TESTS
+noinst_PROGRAMS += wolfcrypt/benchmark/benchmark
+wolfcrypt_benchmark_benchmark_SOURCES = wolfcrypt/benchmark/benchmark.c
+wolfcrypt_benchmark_benchmark_LDADD = src/libwolfssl.la $(LIB_STATIC_ADD)
+wolfcrypt_benchmark_benchmark_DEPENDENCIES = src/libwolfssl.la
+noinst_HEADERS += wolfcrypt/benchmark/benchmark.h
+endif
+EXTRA_DIST += wolfcrypt/benchmark/benchmark.sln
+EXTRA_DIST += wolfcrypt/benchmark/benchmark.vcproj
+EXTRA_DIST += wolfcrypt/benchmark/README.md
+DISTCLEANFILES+= wolfcrypt/benchmark/.libs/benchmark