wownero/src/wallet
redfish 8bed9a42f7 cmake: wallet: libunbound is not always static
It is not clear why libunbound was added to this in the first place,
since it wasn't here before and #915 doesn't seem to introduce any
new dependency on it.

Tested build with STATIC=OFF (with and without libunbound-dev libunbound8
installed) and STATIC=ON, on Ubuntu Trusty, Debian Jessie, and Arch
Linux. For static builds, beware of #926 and #907.

If this hack was introduced to make it build on some other system
(Windows? OS X?), then it will have to be dealt with, but not this way.
2016-07-23 15:04:15 -04:00
..
api Merge pull request #915 2016-07-23 09:17:21 +02:00
CMakeLists.txt cmake: wallet: libunbound is not always static 2016-07-23 15:04:15 -04:00
wallet2_api.h wallet_api: async init, Wallet::connected status, log level 2016-07-18 23:03:09 +03:00
wallet2.cpp wallet: add unconfirmed incoming txes from the txpool 2016-07-20 19:14:44 +01:00
wallet2.h wallet: add unconfirmed incoming txes from the txpool 2016-07-20 19:14:44 +01:00
wallet_errors.h wallet: add a fee multiplier 2016-06-22 22:21:30 +01:00
wallet_rpc_server_commands_defs.h wallet: add unconfirmed incoming txes from the txpool 2016-07-20 19:14:44 +01:00
wallet_rpc_server_error_codes.h wallet: add command and RPC to sign/verify data 2016-07-19 20:39:03 +01:00
wallet_rpc_server.cpp wallet: add unconfirmed incoming txes from the txpool 2016-07-20 19:14:44 +01:00
wallet_rpc_server.h wallet: add command and RPC to sign/verify data 2016-07-19 20:39:03 +01:00