diff options
Diffstat (limited to 'src/makefile.osx')
-rw-r--r-- | src/makefile.osx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/makefile.osx b/src/makefile.osx index d6433a6983..227756f274 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -88,7 +88,8 @@ OBJS= \ obj/sync.o \ obj/util.o \ obj/wallet.o \ - obj/walletdb.o + obj/walletdb.o \ + obj/noui.o ifdef USE_UPNP DEFS += -DUSE_UPNP=$(USE_UPNP) |