49c82c9dd0
Upgrade Windows build to 64 bit for proper C++11 support. Set required mingw profile in Windows build env. Remove dead OpenSSL usage. Update reproducible build. Rename lbrycrd binaries. Add man pages. Update all build dependencies in reproducible_build and eliminate usage of lbrycrd_dependencies repo. Update ICU dependency version in Windows build. Additional branding/renaming updates. Temporarily remove code formatting, since it can't work sanely for this kind of merge. Temporarily add clean for linux/osx.
23 lines
528 B
Diff
23 lines
528 B
Diff
diff --git a/src/Makefile.am b/src/Makefile.am
|
|
index a9f0a94..d71bfeb 100644
|
|
--- a/src/Makefile.am
|
|
+++ b/src/Makefile.am
|
|
@@ -64,12 +64,12 @@ if ENABLE_ZMQ
|
|
EXTRA_LIBRARIES += libbitcoin_zmq.a
|
|
endif
|
|
|
|
-if BUILD_BITCOIN_LIBS
|
|
-lib_LTLIBRARIES = libbitcoinconsensus.la
|
|
-LIBBITCOINCONSENSUS=libbitcoinconsensus.la
|
|
-else
|
|
-LIBBITCOINCONSENSUS=
|
|
-endif
|
|
+# if BUILD_BITCOIN_LIBS
|
|
+# lib_LTLIBRARIES = libbitcoinconsensus.la
|
|
+# LIBBITCOINCONSENSUS=libbitcoinconsensus.la
|
|
+# else
|
|
+# LIBBITCOINCONSENSUS=
|
|
+# endif
|
|
|
|
bin_PROGRAMS =
|
|
TESTS =
|