Commit 67dff290f7597ad7cc12c6cff6006f88c6e0afb8

Con Kolivas 2011-08-26T13:45:45

Doc updates.

diff --git a/ChangeLog b/ChangeLog
index 326703b..57d2cbf 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 92400fc..aa0ff84 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)