aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b0f5a61..fbb3112 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@ bin_PROGRAMS = minerd
EXTRA_DIST = sha256_generic.c
-minerd_SOURCES = cpu-miner.c
+minerd_SOURCES = util.c cpu-miner.c miner.h
minerd_LDFLAGS = -pthread
minerd_LDADD = @LIBCURL@ @JANSSON_LIBS@