diff --git a/Makefile.am b/Makefile.am index 3536208..90eb82b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,7 +15,7 @@ bin_PROGRAMS = nolambocoin-miner dist_man_MANS = nolambocoin-miner.1 -nolambocoin-miner_SOURCES = \ +nolambocoin_miner_SOURCES = \ cpu-miner.c util.c sha2.c \ yespower-1.0.1/sha256.c yespower-1.0.1/yespower-opt.c \ YespowerSugar.c YespowerIso.c YespowerNull.c \ @@ -52,9 +52,9 @@ if TARGET_WINDOWS AM_CPPFLAGS += -DTARGET_WINDOWS endif -nolambocoin-miner_LDFLAGS = @PTHREAD_LIBS@ -nolambocoin-miner_LDADD = @CURL_LIBS@ @JANSSON_LIBS@ @PTHREAD_LIBS@ @WS2_LIBS@ +nolambocoin_miner_LDFLAGS = @PTHREAD_LIBS@ +nolambocoin_miner_LDADD = @CURL_LIBS@ @JANSSON_LIBS@ @PTHREAD_LIBS@ @WS2_LIBS@ if TARGET_WINDOWS - nolambocoin-miner_LDADD += @WS2_LIBS@ + nolambocoin_miner_LDADD += @WS2_LIBS@ endif