1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 20:44:19 +00:00

Add missing ztex header to Makefile for distribution.

This commit is contained in:
Con Kolivas 2012-04-22 15:05:04 +10:00
parent 98c0b297b8
commit e6f9afe6bc

View File

@ -77,7 +77,7 @@ cgminer_SOURCES += driver-icarus.c
endif endif
if HAS_ZTEX if HAS_ZTEX
cgminer_SOURCES += driver-ztex.c libztex.c cgminer_SOURCES += driver-ztex.c libztex.c libztex.h
bitstreamsdir = $(bindir)/bitstreams bitstreamsdir = $(bindir)/bitstreams
dist_bitstreams_DATA = bitstreams/* dist_bitstreams_DATA = bitstreams/*
endif endif