Commit ebf799930541683ce4a492873528ba20fbe4ade0

Con Kolivas 2011-08-25T12:10:45

Include uthash.h in distro.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile.am b/Makefile.am
index 01b07e6..02df1be 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,7 +18,7 @@ bin_PROGRAMS	= cgminer
 bin_SCRIPTS	= phatk110817.cl poclbm110817.cl
 
 cgminer_SOURCES	= elist.h miner.h compat.h bench_block.h	\
-		  main.c util.c					\
+		  main.c util.c uthash.h			\
 		  ocl.c ocl.h findnonce.c findnonce.h 		\
 		  sha256_generic.c sha256_4way.c sha256_via.c	\
 		  sha256_cryptopp.c sha256_sse2_amd64.c		\