diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-12-23 02:50:28 -0800 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-12-23 02:50:28 -0800 |
commit | 96b1e085c345f9d89288e1c7dfb37fcdbc09c083 (patch) | |
tree | 84f14ac2c8164c318b5436f05078736599936c17 /src/makefile.osx | |
parent | 2e17ac83c65b65fe2037b8c8941c25e288905903 (diff) | |
parent | 22123c85f3722abad896aebb564a89d88da92e81 (diff) |
Merge pull request #629 from sje397/master
QR Code generation via libqrencode
Diffstat (limited to 'src/makefile.osx')
-rw-r--r-- | src/makefile.osx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/makefile.osx b/src/makefile.osx index bd72e6bc03..cf5ec38d29 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -96,6 +96,10 @@ else endif endif +ifdef USE_QRCODE + DEFS += -DUSE_QRCODE=$(USE_QRCODE) + LIBS += -lqrencode +endif all: bitcoind |