diff options
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 ec6609f991..04e17866e5 100644 --- a/src/makefile.unix +++ b/src/makefile.unix @@ -108,7 +108,8 @@ OBJS= \ obj/sync.o \ obj/util.o \ obj/wallet.o \ - obj/walletdb.o + obj/walletdb.o \ + obj/noui.o all: bitcoind |