Skip to content

Commit 9aeeb75

Browse files
committed
Add symlinks for hardcoded Makefiles in out of tree builds
1 parent d806407 commit 9aeeb75

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configure.ac

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1978,6 +1978,9 @@ AC_CONFIG_LINKS([test/functional/test_runner.py:test/functional/test_runner.py])
19781978
AC_CONFIG_LINKS([test/fuzz/test_runner.py:test/fuzz/test_runner.py])
19791979
AC_CONFIG_LINKS([test/util/test_runner.py:test/util/test_runner.py])
19801980
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])
19811984

19821985
dnl boost's m4 checks do something really nasty: they export these vars. As a
19831986
dnl result, they leak into secp256k1's configure and crazy things happen.

0 commit comments

Comments
 (0)