Commit e95384e59aab6c604f31699f03d2b4a5ec286ac9

Con Kolivas 2012-04-22T14:32:40

Include ztex bitstreams firmware in distribution and install if configured in.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/Makefile.am b/Makefile.am
index 4b15717..1a98780 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,7 +9,8 @@ endif
 
 EXTRA_DIST	= example.conf m4/gnulib-cache.m4 linux-usb-cgminer \
 		  ADL_SDK/readme.txt api-example.php miner.php	\
-		  API.class API.java api-example.c windows-build.txt
+		  API.class API.java api-example.c windows-build.txt \
+		  bitstreams/*
 
 SUBDIRS		= lib compat ccan
 
@@ -77,4 +78,6 @@ endif
 
 if HAS_ZTEX
 cgminer_SOURCES += driver-ztex.c libztex.c
+bitstreamsdir = $(bindir)/bitstreams
+dist_bitstreams_DATA = bitstreams/*
 endif