diff options
| author | Jeff Garzik <[email protected]> | 2013-06-23 08:48:19 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2013-06-23 08:48:19 -0700 |
| commit | 5aa40ac2076db7d710253409729dcc3aa7112cfa (patch) | |
| tree | c14785909a2830465e2d82929751fdcdc75bfda4 /src/makefile.linux-mingw | |
| parent | Merge pull request #2786 from jgarzik/double-inc (diff) | |
| parent | fix makefiles and init.cpp after chainparams merge (diff) | |
| download | discoin-5aa40ac2076db7d710253409729dcc3aa7112cfa.tar.xz discoin-5aa40ac2076db7d710253409729dcc3aa7112cfa.zip | |
Merge pull request #2787 from Diapolo/makefiles
fix makefiles and init.cpp after chainparams merge
Diffstat (limited to 'src/makefile.linux-mingw')
| -rw-r--r-- | src/makefile.linux-mingw | 3 |
1 files changed, 2 insertions, 1 deletions
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 |