From 12de8f6262e9e74eb3c1a1c46070f7bc6a4cdac6 Mon Sep 17 00:00:00 2001 From: fanquake Date: Fri, 9 Sep 2022 17:55:21 +0100 Subject: build: extract $(BOOST_CPPFLAGS) from $(BITCOIN_INCLUDES) This leaves $(BITCOIN_INCLUDES) as internal dependencies, and gives finer control over Boost includes. --- src/Makefile.qttest.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.qttest.include') diff --git a/src/Makefile.qttest.include b/src/Makefile.qttest.include index fa822f2954..89c659d4b9 100644 --- a/src/Makefile.qttest.include +++ b/src/Makefile.qttest.include @@ -27,7 +27,7 @@ TEST_QT_H = \ qt/test/wallettests.h qt_test_test_bitcoin_qt_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) $(BITCOIN_QT_INCLUDES) \ - $(QT_INCLUDES) $(QT_TEST_INCLUDES) + $(QT_INCLUDES) $(QT_TEST_INCLUDES) $(BOOST_CPPFLAGS) qt_test_test_bitcoin_qt_SOURCES = \ init/bitcoin-qt.cpp \ -- cgit v1.2.3