diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-03-20 18:35:13 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-03-20 18:35:19 +0100 |
| commit | 6539cfc583c5963fbb3138b99c1a8677970e0305 (patch) | |
| tree | c1dc16519a184fd790023ae5d941bf825f85d248 /src | |
| parent | Merge pull request #3885 (diff) | |
| parent | build: build qt tests after qt libs/executable (diff) | |
| download | discoin-6539cfc583c5963fbb3138b99c1a8677970e0305.tar.xz discoin-6539cfc583c5963fbb3138b99c1a8677970e0305.zip | |
Merge pull request #3917
5c80b9a build: build qt tests after qt libs/executable (Wladimir J. van der Laan)
Diffstat (limited to 'src')
| -rw-r--r-- | src/qt/Makefile.am | 4 |
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 = \ |