Browse Source

Add bench_block to makefile.

Con Kolivas 14 years ago
parent
commit
58eb4d5859
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -17,7 +17,7 @@ bin_PROGRAMS	= cgminer
 
 
 bin_SCRIPTS	= phatk110722.cl poclbm110717.cl
 bin_SCRIPTS	= phatk110722.cl poclbm110717.cl
 
 
-cgminer_SOURCES	= elist.h miner.h compat.h			\
+cgminer_SOURCES	= elist.h miner.h compat.h bench_block.h	\
 		  main.c util.c					\
 		  main.c util.c					\
 		  ocl.c ocl.h findnonce.c findnonce.h 		\
 		  ocl.c ocl.h findnonce.c findnonce.h 		\
 		  sha256_generic.c sha256_4way.c sha256_via.c	\
 		  sha256_generic.c sha256_4way.c sha256_via.c	\