Commit 58eb4d58599521933a3fef599e1dcba4f996dadc

Con Kolivas 2011-08-16T17:13:10

Add bench_block to makefile.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile.am b/Makefile.am
index 28ad4aa..62554f8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -17,7 +17,7 @@ bin_PROGRAMS	= cgminer
 
 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					\
 		  ocl.c ocl.h findnonce.c findnonce.h 		\
 		  sha256_generic.c sha256_4way.c sha256_via.c	\