From b12eeead377cb6dddc74a57b520c4f3334d3e21f Mon Sep 17 00:00:00 2001 From: w12 Date: Sun, 5 Jan 2025 11:14:07 +0100 Subject: [PATCH] =?UTF-8?q?miner=20=C3=BCberarbeitet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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