Add hf_protocol.h to cgminer sources.
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