Browse Source

Minimally fix "make install" to ignore bitstream sources

Luke Dashjr 12 years ago
parent
commit
e9073ebb5e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      Makefile.am

+ 4 - 4
Makefile.am

@@ -13,7 +13,7 @@ ACLOCAL_AMFLAGS = -I m4
 EXTRA_DIST	= example.conf m4/gnulib-cache.m4 linux-usb-bfgminer \
 		  api-example.php miner.php	\
 		  API.class API.java api-example.c windows-build.txt \
-		  bitstreams/* README.FPGA README.RPC README.scrypt \
+		  bitstreams/*.bi? bitstreams/COPYING_* README.FPGA README.RPC README.scrypt \
                   api-example.py
 
 SUBDIRS		= lib ccan
@@ -128,19 +128,19 @@ endif
 if HAS_MODMINER
 bfgminer_SOURCES += driver-modminer.c
 bitstreamsdir = $(bindir)/bitstreams
-dist_bitstreams_DATA = bitstreams/*
+dist_bitstreams_DATA = bitstreams/*.bi? bitstreams/COPYING_*
 endif
 
 if HAS_X6500
 bfgminer_SOURCES += driver-x6500.c ft232r.c ft232r.h jtag.c jtag.h
 bitstreamsdir = $(bindir)/bitstreams
-dist_bitstreams_DATA = bitstreams/*
+dist_bitstreams_DATA = bitstreams/*.bi? bitstreams/COPYING_*
 endif
 
 if HAS_ZTEX
 bfgminer_SOURCES += driver-ztex.c libztex.c libztex.h
 bitstreamsdir = $(bindir)/bitstreams
-dist_bitstreams_DATA = bitstreams/*
+dist_bitstreams_DATA = bitstreams/*.bi? bitstreams/COPYING_*
 endif
 
 bin_PROGRAMS += bfgminer-rpc