diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-04-04 13:19:30 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2012-04-04 13:19:30 +0200 |
commit | 5cccb13dad589b66957772ee36b3be0ef06ed0dc (patch) | |
tree | 561ea8468f2121db57a7af168fa5b7ecfe726d20 /src/makefile.unix | |
parent | 5a60b66a9d2a9e7a9dda269d6ee4a2fe6d01a354 (diff) |
Move from noui.h / ui.h to one ui_interface.h with dummy implementation for the daemon.
Diffstat (limited to 'src/makefile.unix')
-rw-r--r-- | src/makefile.unix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile.unix b/src/makefile.unix index 92c1b97e1f..66e020bbef 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -105,7 +105,8 @@ OBJS= \ obj/rpcdump.o \ obj/script.o \ obj/util.o \ - obj/wallet.o + obj/wallet.o \ + obj/noui.o all: bitcoind |