]>
Commit | Line | Data |
---|---|---|
a5a66c70 PW |
1 | include_HEADERS += include/secp256k1_schnorr.h |
2 | noinst_HEADERS += src/modules/schnorr/main_impl.h | |
3 | noinst_HEADERS += src/modules/schnorr/schnorr.h | |
4 | noinst_HEADERS += src/modules/schnorr/schnorr_impl.h | |
5 | noinst_HEADERS += src/modules/schnorr/tests_impl.h | |
6 | if USE_BENCHMARK | |
7 | noinst_PROGRAMS += bench_schnorr_verify | |
8 | bench_schnorr_verify_SOURCES = src/bench_schnorr_verify.c | |
001f1763 | 9 | bench_schnorr_verify_LDADD = libsecp256k1.la $(SECP_LIBS) $(COMMON_LIB) |
a5a66c70 | 10 | endif |