diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-09-18 12:41:48 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-09-18 12:44:38 +0200 |
| commit | e122e42354149386159fbff82fbd66e7a8ba1fdb (patch) | |
| tree | 46dd5d8670011d30021d17a267b01d39709f4d7b /src/makefile.linux-mingw | |
| parent | move qt-specific scripts to qt-specific directory in scripts/ (diff) | |
| download | discoin-e122e42354149386159fbff82fbd66e7a8ba1fdb.tar.xz discoin-e122e42354149386159fbff82fbd66e7a8ba1fdb.zip | |
assure that base bitcoind and bitcoin still build
Diffstat (limited to 'src/makefile.linux-mingw')
| -rw-r--r-- | src/makefile.linux-mingw | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefile.linux-mingw b/src/makefile.linux-mingw index 24cc127c2..cae82f8cf 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -49,7 +49,7 @@ HEADERS = \ net.h \ noui.h \ protocol.h \ - rpc.h \ + bitcoinrpc.h \ script.h \ serialize.h \ strlcpy.h \ @@ -76,7 +76,7 @@ OBJS= \ obj/main.o \ obj/net.o \ obj/protocol.o \ - obj/rpc.o \ + obj/bitcoinrpc.o \ obj/script.o \ obj/util.o \ obj/wallet.o \ |