aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPablo Greco <psgreco@gmail.com>2022-07-09 12:45:19 -0300
committerPablo Greco <psgreco@gmail.com>2022-07-18 08:12:27 -0300
commit9aeeb75cf91fdfb03206284e900887211dc76ed3 (patch)
tree1182e706cb01da1cf5f8f8a0f6d68727a8d814b8 /configure.ac
parentd806407173926e46421ad807750a06e49afbbdbd (diff)
downloadbitcoin-9aeeb75cf91fdfb03206284e900887211dc76ed3.tar.xz
Add symlinks for hardcoded Makefiles in out of tree builds
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 0e1968f5c4..d96213f551 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1978,6 +1978,9 @@ AC_CONFIG_LINKS([test/functional/test_runner.py:test/functional/test_runner.py])
AC_CONFIG_LINKS([test/fuzz/test_runner.py:test/fuzz/test_runner.py])
AC_CONFIG_LINKS([test/util/test_runner.py:test/util/test_runner.py])
AC_CONFIG_LINKS([test/util/rpcauth-test.py:test/util/rpcauth-test.py])
+AC_CONFIG_LINKS([src/qt/Makefile:src/qt/Makefile])
+AC_CONFIG_LINKS([src/qt/test/Makefile:src/qt/test/Makefile])
+AC_CONFIG_LINKS([src/test/Makefile:src/test/Makefile])
dnl boost's m4 checks do something really nasty: they export these vars. As a
dnl result, they leak into secp256k1's configure and crazy things happen.