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.
This commit is contained in:
Wladimir J. van der Laan 2014-03-20 17:32:11 +01:00 committed by Ross Nicoll
parent f1886a699c
commit e1ea400ba6

View file

@ -7,8 +7,8 @@ AM_CPPFLAGS += -I$(top_srcdir)/src \
$(QR_CFLAGS)
bin_PROGRAMS = dogecoin-qt
noinst_LIBRARIES = libbitcoinqt.a
SUBDIRS = $(BUILD_TEST_QT)
DIST_SUBDIRS = test
SUBDIRS = . $(BUILD_TEST_QT)
DIST_SUBDIRS = . test
# dogecoin qt core #
QT_TS = \