aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.mingw
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2013-07-31 09:43:35 -0400
committerJeff Garzik <[email protected]>2013-07-31 09:43:35 -0400
commitd247a5d130544622519ad84dc8a1e50336397c51 (patch)
tree81064dc545e650cd3c50866c50d9440e57e2b907 /src/makefile.mingw
parentMinor miner fixes (hey hey it's fun to say) (diff)
downloaddiscoin-d247a5d130544622519ad84dc8a1e50336397c51.tar.xz
discoin-d247a5d130544622519ad84dc8a1e50336397c51.zip
Move internal miner/block creation to separate miner.cpp module.
Public functions referenced elsewhere are added to miner.h.
Diffstat (limited to 'src/makefile.mingw')
-rw-r--r--src/makefile.mingw1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/makefile.mingw b/src/makefile.mingw
index 002e36d3e..464f69b1c 100644
--- a/src/makefile.mingw
+++ b/src/makefile.mingw
@@ -83,6 +83,7 @@ OBJS= \
obj/keystore.o \
obj/core.o \
obj/main.o \
+ obj/miner.o \
obj/net.o \
obj/protocol.o \
obj/bitcoinrpc.o \