File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -323,18 +323,16 @@ BUILT_SOURCES = $(nodist_libbitcoinqt_a_SOURCES)
323
323
$(QT_MOC ) : $(PROTOBUF_H )
324
324
$(QT_MOC_CPP ) : $(PROTOBUF_H )
325
325
326
- if TARGET_DARWIN
327
- libbitcoinqt_a_SOURCES += $(BITCOIN_MM )
328
- endif
329
- if TARGET_WINDOWS
330
- libbitcoinqt_a_SOURCES += $(BITCOIN_RC )
331
- endif
332
- #
333
-
334
326
# bitcoin-qt binary #
335
327
bitcoin_qt_CPPFLAGS = $(AM_CPPFLAGS ) $(QT_INCLUDES ) \
336
328
-I$(top_srcdir ) /src/qt/forms
337
329
bitcoin_qt_SOURCES = bitcoin.cpp
330
+ if TARGET_DARWIN
331
+ bitcoin_qt_SOURCES += $(BITCOIN_MM )
332
+ endif
333
+ if TARGET_WINDOWS
334
+ bitcoin_qt_SOURCES += $(BITCOIN_RC )
335
+ endif
338
336
bitcoin_qt_LDADD = libbitcoinqt.a $(LIBBITCOIN_SERVER )
339
337
if ENABLE_WALLET
340
338
bitcoin_qt_LDADD += $(LIBBITCOIN_WALLET )
You can’t perform that action at this time.
0 commit comments