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
This commit is contained in:
Philip Kaufmann
2013-06-23 17:39:39 +02:00
parent 4be2aba302
commit 336a53ddbc
4 changed files with 6 additions and 4 deletions

View File

@@ -93,7 +93,8 @@ OBJS= \
obj/hash.o \
obj/bloom.o \
obj/leveldb.o \
obj/txdb.o
obj/txdb.o \
obj/chainparams.o
all: bitcoind.exe