From 5cccb13dad589b66957772ee36b3be0ef06ed0dc Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Wed, 4 Apr 2012 13:19:30 +0200 Subject: Move from noui.h / ui.h to one ui_interface.h with dummy implementation for the daemon. --- src/makefile.mingw | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/makefile.mingw') diff --git a/src/makefile.mingw b/src/makefile.mingw index f7dfcc74c1..307fca7834 100644 --- a/src/makefile.mingw +++ b/src/makefile.mingw @@ -57,7 +57,8 @@ OBJS= \ obj/rpcdump.o \ obj/script.o \ obj/util.o \ - obj/wallet.o + obj/wallet.o \ + obj/noui.o all: bitcoind.exe -- cgit v1.2.3