aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.linux-mingw
diff options
context:
space:
mode:
authorPieter Wuille <[email protected]>2012-04-04 05:03:07 -0700
committerPieter Wuille <[email protected]>2012-04-04 05:03:07 -0700
commitb0a7e05a45a925d78efd00ecca6dce9b7a9530f9 (patch)
tree13d0f8f8650b545b767c3e6b8de3e2effa385f2f /src/makefile.linux-mingw
parentMerge pull request #1025 from Diapolo/GUI-BlockDL (diff)
parentMove from noui.h / ui.h to one ui_interface.h with dummy implementation for t... (diff)
downloaddiscoin-b0a7e05a45a925d78efd00ecca6dce9b7a9530f9.tar.xz
discoin-b0a7e05a45a925d78efd00ecca6dce9b7a9530f9.zip
Merge pull request #1019 from laanwj/2012_03_uirefactor
Streamline UI ↔ Core interface
Diffstat (limited to 'src/makefile.linux-mingw')
-rw-r--r--src/makefile.linux-mingw3
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