Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Benjamin Allred
crown-core
Commits
b2686041
Commit
b2686041
authored
7 years ago
by
Zhenzhen Zhan
Browse files
Options
Download
Email Patches
Plain Diff
More makefile things for ZMQ
parent
75d349ba
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/Makefile.qt.include
+4
-1
src/Makefile.qt.include
src/Makefile.qttest.include
+3
-0
src/Makefile.qttest.include
src/Makefile.test.include
+4
-0
src/Makefile.test.include
with
11 additions
and
1 deletion
+11
-1
src/Makefile.qt.include
View file @
b2686041
...
...
@@ -92,7 +92,7 @@ QT_MOC_CPP = \
qt/moc_walletview.cpp
\
qt/moc_multisigaddressentry.cpp
\
qt/moc_multisigdialog.cpp
\
qt/moc_multisiginputentry.cpp
qt/moc_multisiginputentry.cpp
BITCOIN_MM
=
\
qt/macdockiconhandler.mm
\
...
...
@@ -356,6 +356,9 @@ qt_crown_qt_LDADD = qt/libbitcoinqt.a $(LIBBITCOIN_SERVER)
if
ENABLE_WALLET
qt_crown_qt_LDADD
+=
$(LIBBITCOIN_WALLET)
endif
if
ENABLE_ZMQ
qt_crown_qt_LDADD
+=
$(LIBBITCOIN_ZMQ)
$(ZMQ_LIBS)
endif
qt_crown_qt_LDADD
+=
$(LIBBITCOIN_CLI)
$(LIBBITCOIN_COMMON)
$(LIBBITCOIN_UTIL)
$(LIBBITCOIN_CRYPTO)
$(LIBBITCOIN_UNIVALUE)
$(LIBLEVELDB)
$(LIBMEMENV)
\
$(BOOST_LIBS)
$(QT_LIBS)
$(QT_DBUS_LIBS)
$(QR_LIBS)
$(PROTOBUF_LIBS)
$(BDB_LIBS)
$(SSL_LIBS)
$(CRYPTO_LIBS)
$(MINIUPNPC_LIBS)
$(LIBSECP256K1)
qt_crown_qt_LDFLAGS
=
$(RELDFLAGS)
$(AM_LDFLAGS)
$(QT_LDFLAGS)
$(LIBTOOL_APP_LDFLAGS)
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.qttest.include
View file @
b2686041
...
...
@@ -34,6 +34,9 @@ qt_test_test_crown_qt_LDADD = $(LIBBITCOINQT) $(LIBBITCOIN_SERVER)
if
ENABLE_WALLET
qt_test_test_crown_qt_LDADD
+=
$(LIBBITCOIN_WALLET)
endif
if
ENABLE_ZMQ
qt_test_test_crown_qt_LDADD
+=
$(LIBBITCOIN_ZMQ)
$(ZMQ_LIBS)
endif
qt_test_test_crown_qt_LDADD
+=
$(LIBBITCOIN_CLI)
$(LIBBITCOIN_COMMON)
$(LIBBITCOIN_UTIL)
$(LIBBITCOIN_CRYPTO)
$(LIBBITCOIN_UNIVALUE)
$(LIBLEVELDB)
\
$(LIBMEMENV)
$(BOOST_LIBS)
$(QT_DBUS_LIBS)
$(QT_TEST_LIBS)
$(QT_LIBS)
\
$(QR_LIBS)
$(PROTOBUF_LIBS)
$(BDB_LIBS)
$(SSL_LIBS)
$(CRYPTO_LIBS)
$(MINIUPNPC_LIBS)
$(LIBSECP256K1)
...
...
This diff is collapsed.
Click to expand it.
src/Makefile.test.include
View file @
b2686041
...
...
@@ -95,6 +95,10 @@ endif
test_test_crown_LDADD
+=
$(LIBBITCOIN_CONSENSUS)
$(BDB_LIBS)
$(SSL_LIBS)
$(CRYPTO_LIBS)
$(MINIUPNPC_LIBS)
test_test_crown_LDFLAGS
=
$(RELDFLAGS)
$(AM_LDFLAGS)
$(LIBTOOL_APP_LDFLAGS)
-static
if
ENABLE_ZMQ
test_test_crown_LDADD
+=
$(ZMQ_LIBS)
endif
nodist_test_test_crown_SOURCES
=
$(GENERATED_TEST_FILES)
$(BITCOIN_TESTS)
:
$(GENERATED_TEST_FILES)
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help