Use EXTRA_LIBRARIES instead of noinst_LIBRARIES so we can avoid building unused code

This commit is contained in:
Cory Fields
2015-01-05 20:34:00 +00:00
committed by Luke Dashjr
parent 41cced2106
commit fe925e221f
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
bin_PROGRAMS += qt/bitcoin-qt
noinst_LIBRARIES += qt/libbitcoinqt.a
EXTRA_LIBRARIES += qt/libbitcoinqt.a
# bitcoin qt core #
QT_TS = \