This commit is contained in:
@@ -15,7 +15,7 @@ bin_PROGRAMS = nolambocoin-miner
|
|||||||
|
|
||||||
dist_man_MANS = nolambocoin-miner.1
|
dist_man_MANS = nolambocoin-miner.1
|
||||||
|
|
||||||
nolambocoin-miner_SOURCES = \
|
nolambocoin_miner_SOURCES = \
|
||||||
cpu-miner.c util.c sha2.c \
|
cpu-miner.c util.c sha2.c \
|
||||||
yespower-1.0.1/sha256.c yespower-1.0.1/yespower-opt.c \
|
yespower-1.0.1/sha256.c yespower-1.0.1/yespower-opt.c \
|
||||||
YespowerSugar.c YespowerIso.c YespowerNull.c \
|
YespowerSugar.c YespowerIso.c YespowerNull.c \
|
||||||
@@ -52,9 +52,9 @@ if TARGET_WINDOWS
|
|||||||
AM_CPPFLAGS += -DTARGET_WINDOWS
|
AM_CPPFLAGS += -DTARGET_WINDOWS
|
||||||
endif
|
endif
|
||||||
|
|
||||||
nolambocoin-miner_LDFLAGS = @PTHREAD_LIBS@
|
nolambocoin_miner_LDFLAGS = @PTHREAD_LIBS@
|
||||||
nolambocoin-miner_LDADD = @CURL_LIBS@ @JANSSON_LIBS@ @PTHREAD_LIBS@ @WS2_LIBS@
|
nolambocoin_miner_LDADD = @CURL_LIBS@ @JANSSON_LIBS@ @PTHREAD_LIBS@ @WS2_LIBS@
|
||||||
|
|
||||||
if TARGET_WINDOWS
|
if TARGET_WINDOWS
|
||||||
nolambocoin-miner_LDADD += @WS2_LIBS@
|
nolambocoin_miner_LDADD += @WS2_LIBS@
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user