]> Git Repo - secp256k1.git/blob - src/modules/ecdh/Makefile.am.include
ARM assembly implementation of field_10x26 inner
[secp256k1.git] / src / modules / ecdh / Makefile.am.include
1 include_HEADERS += include/secp256k1_ecdh.h
2 noinst_HEADERS += src/modules/ecdh/main_impl.h
3 noinst_HEADERS += src/modules/ecdh/tests_impl.h
4 if USE_BENCHMARK
5 noinst_PROGRAMS += bench_ecdh
6 bench_ecdh_SOURCES = src/bench_ecdh.c
7 bench_ecdh_LDADD = libsecp256k1.la $(SECP_LIBS) $(COMMON_LIB)
8 endif
This page took 0.023383 seconds and 4 git commands to generate.