Move from noui.h / ui.h to one ui_interface.h with dummy implementation for the daemon.
[novacoin.git] / src / makefile.mingw
index f7dfcc7..307fca7 100644 (file)
@@ -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