github.com/YoungNK/go-ethereum@v1.9.7/crypto/secp256k1/libsecp256k1/src/modules/recovery/Makefile.am.include (about) 1 include_HEADERS += include/secp256k1_recovery.h 2 noinst_HEADERS += src/modules/recovery/main_impl.h 3 noinst_HEADERS += src/modules/recovery/tests_impl.h 4 if USE_BENCHMARK 5 noinst_PROGRAMS += bench_recover 6 bench_recover_SOURCES = src/bench_recover.c 7 bench_recover_LDADD = libsecp256k1.la $(SECP_LIBS) $(COMMON_LIB) 8 endif