Do not build sha256_generic module separate from cpu-miner.c. Version 0.1.1.
This commit is contained in:
parent
702e2ac811
commit
82fff8f4cf
3 changed files with 8 additions and 2 deletions
|
@ -3,7 +3,9 @@ INCLUDES = -pthread
|
||||||
|
|
||||||
bin_PROGRAMS = minerd
|
bin_PROGRAMS = minerd
|
||||||
|
|
||||||
minerd_SOURCES = cpu-miner.c sha256_generic.c
|
EXTRA_DIST = sha256_generic.c
|
||||||
|
|
||||||
|
minerd_SOURCES = cpu-miner.c
|
||||||
minerd_LDFLAGS = -pthread
|
minerd_LDFLAGS = -pthread
|
||||||
minerd_LDADD = @CRYPTO_LIBS@ @LIBCURL@ @JANSSON_LIBS@
|
minerd_LDADD = @CRYPTO_LIBS@ @LIBCURL@ @JANSSON_LIBS@
|
||||||
|
|
||||||
|
|
4
NEWS
4
NEWS
|
@ -1,4 +1,8 @@
|
||||||
|
|
||||||
|
Version 0.1.1 - November 24, 2010
|
||||||
|
|
||||||
|
- Do not build sha256_generic module separately from cpuminer.
|
||||||
|
|
||||||
Version 0.1 - November 24, 2010
|
Version 0.1 - November 24, 2010
|
||||||
|
|
||||||
- Initial release.
|
- Initial release.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT([cpuminer], [0.1])
|
AC_INIT([cpuminer], [0.1.1])
|
||||||
|
|
||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
AC_CONFIG_SRCDIR([cpu-miner.c])
|
AC_CONFIG_SRCDIR([cpu-miner.c])
|
||||||
|
|
Loading…
Reference in a new issue