From 60157808cd1364d9506e0093a6910cbd5f17fccb Mon Sep 17 00:00:00 2001 From: Kevin Gallagher Date: Fri, 14 Oct 2016 21:19:21 -0700 Subject: [PATCH] Inlude crypto/equihash.tcc in list of sources for dist --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 8c1d17cea..48b8a85c9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -245,6 +245,7 @@ crypto_libbitcoin_crypto_a_SOURCES = \ crypto/common.h \ crypto/equihash.cpp \ crypto/equihash.h \ + crypto/equihash.tcc \ crypto/hmac_sha256.cpp \ crypto/hmac_sha256.h \ crypto/hmac_sha512.cpp \