aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2010-11-25 04:03:59 -0500
committerJeff Garzik <jgarzik@redhat.com>2010-11-25 04:03:59 -0500
commit945be82ea15854bd6ecb24e04f6157b9c2c2b040 (patch)
tree20c571f9d2d89f8fab36e34479bedbe65d4b2246 /Makefile.am
parent822cf2cc450b1bd643d1362c6d6f4950b24ddf76 (diff)
Move utility routines to util.c.
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@