From 336a53ddbcfd9e8c5e2199a90f9abec54090c29f Mon Sep 17 00:00:00 2001 From: Philip Kaufmann Date: Sun, 23 Jun 2013 17:39:39 +0200 Subject: 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 --- src/makefile.linux-mingw | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/makefile.linux-mingw') diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index 9cfab5942..26d541664 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -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 -- cgit v1.2.3