aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.osx
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2011-12-23 02:50:28 -0800
committerWladimir J. van der Laan <[email protected]>2011-12-23 02:50:28 -0800
commit96b1e085c345f9d89288e1c7dfb37fcdbc09c083 (patch)
tree84f14ac2c8164c318b5436f05078736599936c17 /src/makefile.osx
parentFix broken ExtractAddress (refactored, made callers check for addresses in ke... (diff)
parentAdded QRCode generation functions via libqrencode. Switch on with USE_QRENCOD... (diff)
downloaddiscoin-96b1e085c345f9d89288e1c7dfb37fcdbc09c083.tar.xz
discoin-96b1e085c345f9d89288e1c7dfb37fcdbc09c083.zip
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 bd72e6bc0..cf5ec38d2 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