From 67dff290f7597ad7cc12c6cff6006f88c6e0afb8 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Fri, 26 Aug 2011 13:45:45 +1000 Subject: [PATCH] Doc updates. --- ChangeLog | 3 +++ Makefile.am | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 326703b3..57d2cbfa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1 +1,4 @@ See git repository ('git log') for full changelog. + +Git repo can be found at: +https://github.com/ckolivas/cgminer diff --git a/Makefile.am b/Makefile.am index 92400fc9..aa0ff84d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,7 +22,7 @@ cgminer_SOURCES = elist.h miner.h compat.h bench_block.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 \ - sha256_sse4_amd64.c sha256_sse2_i386.c \ + sha256_sse4_amd64.c sha256_sse2_i386.c \ phatk110817.cl poclbm110817.cl cgminer_LDFLAGS = $(PTHREAD_FLAGS)