aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <[email protected]>2014-03-20 17:32:11 +0100
committerWladimir J. van der Laan <[email protected]>2014-03-20 17:35:40 +0100
commit5c80b9a7fb27f0dd74bf2a386c83b33f09d31bad (patch)
tree7f4d180a16f5bea88eda91d7793e2891f878e507
parent0.9.0 release notes (diff)
downloaddiscoin-5c80b9a7fb27f0dd74bf2a386c83b33f09d31bad.tar.xz
discoin-5c80b9a7fb27f0dd74bf2a386c83b33f09d31bad.zip
build: build qt tests after qt libs/executable
Autotools defaults to a depth-first recursion which causes the qt tests to be built before the executables and libraries. This is inconvenient as make needs to be called twice to make sure the tests are up to date after changing a source file. Update the Makefile.am to change this order.
-rw-r--r--src/qt/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/Makefile.am b/src/qt/Makefile.am
index c0ebfb61d..3bbc8516a 100644
--- a/src/qt/Makefile.am
+++ b/src/qt/Makefile.am
@@ -7,8 +7,8 @@ AM_CPPFLAGS += -I$(top_srcdir)/src \
$(QR_CFLAGS)
bin_PROGRAMS = bitcoin-qt
noinst_LIBRARIES = libbitcoinqt.a
-SUBDIRS = $(BUILD_TEST_QT)
-DIST_SUBDIRS = test
+SUBDIRS = . $(BUILD_TEST_QT)
+DIST_SUBDIRS = . test
# bitcoin qt core #
QT_TS = \