wolfssl/wolfcrypt/benchmark/include.am

11 lines
473 B
Plaintext
Raw Normal View History

2014-12-18 01:33:22 +03:00
# vim:ft=automake
# All paths should be given relative to the root
noinst_PROGRAMS += wolfcrypt/benchmark/benchmark
wolfcrypt_benchmark_benchmark_SOURCES = wolfcrypt/benchmark/benchmark.c
2014-12-19 19:06:27 +03:00
wolfcrypt_benchmark_benchmark_LDADD = src/libwolfssl.la
wolfcrypt_benchmark_benchmark_DEPENDENCIES = src/libwolfssl.la
2014-12-18 01:33:22 +03:00
EXTRA_DIST += wolfcrypt/benchmark/benchmark.sln
EXTRA_DIST += wolfcrypt/benchmark/benchmark.vcproj
DISTCLEANFILES+= wolfcrypt/benchmark/.libs/benchmark