1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-02 01:44:23 +00:00

Include scrypt.h in Makefile.

This commit is contained in:
Con Kolivas 2012-08-07 21:49:11 +10:00
parent 0adbcd5d07
commit d64c32ac32

View File

@ -46,7 +46,7 @@ cgminer_SOURCES += adl.c adl.h adl_functions.h
cgminer_SOURCES += *.cl
if HAS_SCRYPT
cgminer_SOURCES += scrypt.c
cgminer_SOURCES += scrypt.c scrypt.h
endif
if HAS_CPUMINE