github.com/ethereumproject/go-ethereum@v5.5.2+incompatible/crypto/secp256k1/libsecp256k1/src/modules/schnorr/Makefile.am.include (about) 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 9 bench_schnorr_verify_LDADD = libsecp256k1.la $(SECP_LIBS) 10 bench_schnorr_verify_LDFLAGS = -static 11 endif