Commit a668f74e64d3eb424e39b46aa3594f6e19ddf7e6

Con Kolivas 2012-06-14T21:25:32

Fix fpgautils.h distfail.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/Makefile.am b/Makefile.am
index f4e5898..d17414d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -69,7 +69,7 @@ endif # HAS_YASM
 endif # HAS_CPUMINE
 
 if NEED_FPGAUTILS
-cgminer_SOURCES += fpgautils.c
+cgminer_SOURCES += fpgautils.c fpgautils.h
 endif
 
 if HAS_BITFORCE