Browse Source

Include scrypt.h in Makefile.

nfactor-troky
Con Kolivas 12 years ago
parent
commit
d64c32ac32
  1. 2
      Makefile.am

2
Makefile.am

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

Loading…
Cancel
Save