Browse Source

Add README.CPU to "make install" distribution when built with CPU mining support

Luke Dashjr 12 years ago
parent
commit
5f97d68186
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makefile.am

+ 1 - 0
Makefile.am

@@ -129,6 +129,7 @@ dist_doc_DATA += README.scrypt
 endif
 endif
 
 
 if HAS_CPUMINE
 if HAS_CPUMINE
+dist_doc_DATA += README.CPU
 bfgminer_SOURCES	+= \
 bfgminer_SOURCES	+= \
 		  sha256_generic.c sha256_via.c	\
 		  sha256_generic.c sha256_via.c	\
 		  sha256_cryptopp.c sha256_sse2_amd64.c		\
 		  sha256_cryptopp.c sha256_sse2_amd64.c		\