diff options
| author | Wladimir J. van der Laan <[email protected]> | 2012-04-04 13:19:30 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2012-04-04 13:19:30 +0200 |
| commit | 5cccb13dad589b66957772ee36b3be0ef06ed0dc (patch) | |
| tree | 561ea8468f2121db57a7af168fa5b7ecfe726d20 /src/makefile.linux-mingw | |
| parent | Use a messagebox to display the error when -server is provided without provid... (diff) | |
| download | discoin-5cccb13dad589b66957772ee36b3be0ef06ed0dc.tar.xz discoin-5cccb13dad589b66957772ee36b3be0ef06ed0dc.zip | |
Move from noui.h / ui.h to one ui_interface.h with dummy implementation for the daemon.
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 40ce1dcdc..0bbe612a0 100644 --- a/src/makefile.linux-mingw +++ b/src/makefile.linux-mingw @@ -59,7 +59,8 @@ OBJS= \ obj/rpcdump.o \ obj/script.o \ obj/util.o \ - obj/wallet.o + obj/wallet.o \ + obj/noui.o all: bitcoind.exe |