Browse Source

Add hf_protocol.h to cgminer sources.

nfactor-troky
Con Kolivas 11 years ago
parent
commit
e7a9aef65b
  1. 2
      Makefile.am

2
Makefile.am

@ -83,7 +83,7 @@ cgminer_SOURCES += driver-bitforce.c @@ -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

Loading…
Cancel
Save