You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
307 B
10 lines
307 B
9 years ago
|
include_HEADERS += include/secp256k1_ecdh.h
|
||
|
noinst_HEADERS += src/modules/ecdh/main_impl.h
|
||
|
noinst_HEADERS += src/modules/ecdh/tests_impl.h
|
||
|
if USE_BENCHMARK
|
||
|
noinst_PROGRAMS += bench_ecdh
|
||
|
bench_ecdh_SOURCES = src/bench_ecdh.c
|
||
|
bench_ecdh_LDADD = libsecp256k1.la $(SECP_LIBS)
|
||
|
bench_ecdh_LDFLAGS = -static
|
||
|
endif
|