Commit e7a9aef65b33e0ba38ffa670d92671610bf0a3c7

Con Kolivas 2013-10-13T18:48:56

Add hf_protocol.h to cgminer sources.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile.am b/Makefile.am
index d6e8e14..88693c1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -83,7 +83,7 @@ cgminer_SOURCES += driver-bitforce.c
 endif
 
 if HAS_HASHFAST
-cgminer_SOURCES += driver-hashfast.c driver-hashfast.h
+cgminer_SOURCES += driver-hashfast.c driver-hashfast.h hf_protocol.h
 endif
 
 if HAS_BITFURY