Commit 8f2fa3ccc10a4924a3ab3fdd3bba0e8daedc6752

Con Kolivas 2013-11-23T21:45:12

Add big endian hf protocol header to Makefile

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