aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.osx
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2011-12-23 02:50:28 -0800
committerWladimir J. van der Laan <laanwj@gmail.com>2011-12-23 02:50:28 -0800
commit96b1e085c345f9d89288e1c7dfb37fcdbc09c083 (patch)
tree84f14ac2c8164c318b5436f05078736599936c17 /src/makefile.osx
parent2e17ac83c65b65fe2037b8c8941c25e288905903 (diff)
parent22123c85f3722abad896aebb564a89d88da92e81 (diff)
downloadbitcoin-96b1e085c345f9d89288e1c7dfb37fcdbc09c083.tar.xz
Merge pull request #629 from sje397/master
QR Code generation via libqrencode
Diffstat (limited to 'src/makefile.osx')
-rw-r--r--src/makefile.osx4
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