diff options
| author | Jeff Garzik <[email protected]> | 2012-08-21 08:44:21 -0700 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-08-21 08:44:21 -0700 |
| commit | 5f2b41d54d2adbbbb951291cf8fdcef8a77a543d (patch) | |
| tree | e30c0ff27bac0fa07cb6a2cda320a76cb7e3bf0a /src/makefile.linux-mingw | |
| parent | Merge pull request #1687 from gavinandresen/quietunit (diff) | |
| parent | RPC, cosmetic: move more RPC code to new rpcblockchain.cpp module (diff) | |
| download | discoin-5f2b41d54d2adbbbb951291cf8fdcef8a77a543d.tar.xz discoin-5f2b41d54d2adbbbb951291cf8fdcef8a77a543d.zip | |
Merge pull request #1693 from jgarzik/rpcwallet
Move code to new modules rpcwallet.cpp, rpcblockchain.cpp
Diffstat (limited to 'src/makefile.linux-mingw')
| -rw-r--r-- | src/makefile.linux-mingw | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index 8d8ddfddb..e22a9f38e 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -63,6 +63,8 @@ OBJS= \ obj/rpcdump.o \ obj/rpcnet.o \ obj/rpcmining.o \ + obj/rpcwallet.o \ + obj/rpcblockchain.o \ obj/rpcrawtransaction.o \ obj/script.o \ obj/sync.o \ |