1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-09 12:11:02 +00:00

Include uthash.h in distro.

This commit is contained in:
Con Kolivas 2011-08-25 12:10:45 +10:00
parent a4ec961ecc
commit ebf7999305

View File

@ -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 \