diff options
| author | Cory Fields <[email protected]> | 2014-07-08 15:52:27 -0400 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2014-07-08 15:52:29 -0400 |
| commit | 9a427da116b9bf9b49e17590173b2848f4dbedf5 (patch) | |
| tree | d1cb5fbf718214548d9578419f8dfd6c4e9329e4 /src/Makefile.qttest.include | |
| parent | Merge pull request #4479 (diff) | |
| download | discoin-9a427da116b9bf9b49e17590173b2848f4dbedf5.tar.xz discoin-9a427da116b9bf9b49e17590173b2848f4dbedf5.zip | |
build: re-add AM_LDFLAGS where it's overridden
using _LDFLAGS replaces AM_LDFLAGS rather than adding to it.
Diffstat (limited to 'src/Makefile.qttest.include')
| -rw-r--r-- | src/Makefile.qttest.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.qttest.include b/src/Makefile.qttest.include index 7e10ce5a9..51ce006fc 100644 --- a/src/Makefile.qttest.include +++ b/src/Makefile.qttest.include @@ -36,7 +36,7 @@ qt_test_test_bitcoin_qt_LDADD += $(LIBBITCOIN_CLI) $(LIBBITCOIN_COMMON) $(LIBBIT if USE_LIBSECP256K1 qt_test_test_bitcoin_qt_LDADD += secp256k1/libsecp256k1.la endif -qt_test_test_bitcoin_qt_LDFLAGS = $(QT_LDFLAGS) +qt_test_test_bitcoin_qt_LDFLAGS = $(AM_LDFLAGS) $(QT_LDFLAGS) CLEAN_BITCOIN_QT_TEST = $(TEST_QT_MOC_CPP) qt/test/*.gcda qt/test/*.gcno |