summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2010-11-24 19:34:59 -0500
committerJeff Garzik <jgarzik@redhat.com>2010-11-24 19:34:59 -0500
commit82fff8f4cf6625f0d1ccdee4dab8018fa3804cd8 (patch)
tree372de167f1674305a916cdcd39c7e77d855b0108 /Makefile.am
parent702e2ac8119943ded0e95a77b3e9c63f7311f717 (diff)
Do not build sha256_generic module separate from cpu-miner.c. Version 0.1.1.v0.1.1
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4dbccb6..d19a3dc 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,9 @@ INCLUDES = -pthread
bin_PROGRAMS = minerd
-minerd_SOURCES = cpu-miner.c sha256_generic.c
+EXTRA_DIST = sha256_generic.c
+
+minerd_SOURCES = cpu-miner.c
minerd_LDFLAGS = -pthread
minerd_LDADD = @CRYPTO_LIBS@ @LIBCURL@ @JANSSON_LIBS@