aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.mingw
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2013-06-23 17:39:39 +0200
committerPhilip Kaufmann <[email protected]>2013-06-23 17:39:39 +0200
commit336a53ddbcfd9e8c5e2199a90f9abec54090c29f (patch)
treec14785909a2830465e2d82929751fdcdc75bfda4 /src/makefile.mingw
parentMerge pull request #2778 from jgarzik/rpc-verifydb (diff)
downloaddiscoin-336a53ddbcfd9e8c5e2199a90f9abec54090c29f.tar.xz
discoin-336a53ddbcfd9e8c5e2199a90f9abec54090c29f.zip
fix makefiles and init.cpp after chainparams merge
- add missing chainparams.o to some makefiles - remove a double-include of chainparams.h in init.cpp
Diffstat (limited to 'src/makefile.mingw')
-rw-r--r--src/makefile.mingw3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile.mingw b/src/makefile.mingw
index 33cc7e6b4..3659f5204 100644
--- a/src/makefile.mingw
+++ b/src/makefile.mingw
@@ -101,7 +101,8 @@ OBJS= \
obj/bloom.o \
obj/noui.o \
obj/leveldb.o \
- obj/txdb.o
+ obj/txdb.o \
+ obj/chainparams.o
all: bitcoind.exe