Browse Source

Include uthash.h in distro.

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

+ 1 - 1
Makefile.am

@@ -18,7 +18,7 @@ bin_PROGRAMS	= cgminer
 bin_SCRIPTS	= phatk110817.cl poclbm110817.cl
 bin_SCRIPTS	= phatk110817.cl poclbm110817.cl
 
 
 cgminer_SOURCES	= elist.h miner.h compat.h bench_block.h	\
 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 		\
 		  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	\
 		  sha256_cryptopp.c sha256_sse2_amd64.c		\
 		  sha256_cryptopp.c sha256_sse2_amd64.c		\