aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.qttest.include
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2014-10-10 13:03:28 -0400
committerCory Fields <cory-nospam-@coryfields.com>2014-10-10 13:03:28 -0400
commitd5fd094569e74595af18d42d2aa06738304b715b (patch)
treee007e74473c21106e4cae8564e7f2f9982cd1b3f /src/Makefile.qttest.include
parenta7d1f035ae2b33d5242d9aee5da1b538a0f5adba (diff)
downloadbitcoin-d5fd094569e74595af18d42d2aa06738304b715b.tar.xz
build: fix qt test build when libprotobuf is in a non-standard path
Diffstat (limited to 'src/Makefile.qttest.include')
-rw-r--r--src/Makefile.qttest.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.qttest.include b/src/Makefile.qttest.include
index 2cba5b7e1e..23375bef82 100644
--- a/src/Makefile.qttest.include
+++ b/src/Makefile.qttest.include
@@ -13,7 +13,7 @@ TEST_QT_H = \
qt/test/paymentservertests.h
qt_test_test_bitcoin_qt_CPPFLAGS = $(BITCOIN_INCLUDES) $(BITCOIN_QT_INCLUDES) \
- $(QT_INCLUDES) $(QT_TEST_INCLUDES)
+ $(QT_INCLUDES) $(QT_TEST_INCLUDES) $(PROTOBUF_CFLAGS)
qt_test_test_bitcoin_qt_SOURCES = \
qt/test/test_main.cpp \