We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d806407 commit 9aeeb75Copy full SHA for 9aeeb75
configure.ac
@@ -1978,6 +1978,9 @@ AC_CONFIG_LINKS([test/functional/test_runner.py:test/functional/test_runner.py])
1978
AC_CONFIG_LINKS([test/fuzz/test_runner.py:test/fuzz/test_runner.py])
1979
AC_CONFIG_LINKS([test/util/test_runner.py:test/util/test_runner.py])
1980
AC_CONFIG_LINKS([test/util/rpcauth-test.py:test/util/rpcauth-test.py])
1981
+AC_CONFIG_LINKS([src/qt/Makefile:src/qt/Makefile])
1982
+AC_CONFIG_LINKS([src/qt/test/Makefile:src/qt/test/Makefile])
1983
+AC_CONFIG_LINKS([src/test/Makefile:src/test/Makefile])
1984
1985
dnl boost's m4 checks do something really nasty: they export these vars. As a
1986
dnl result, they leak into secp256k1's configure and crazy things happen.
0 commit comments