]> git.ipfire.org Git - thirdparty/elfutils.git/commit
tests: When BUILD_STATIC always link against libeu
authorMark Wielaard <mark@klomp.org>
Wed, 21 Aug 2024 13:52:20 +0000 (15:52 +0200)
committerMark Wielaard <mark@klomp.org>
Wed, 21 Aug 2024 21:30:05 +0000 (23:30 +0200)
commit597fb11a069bf96739bccaf99b4953cf8404ced1
treedbfb8a8aa8d62c23fc5f24e6c98364a8ebf930aa
parent742fb81f3c5ae225b6c430643ca62050887c3fba
tests: When BUILD_STATIC always link against libeu

libeu is a static library with internal helper functions normally
included in all shared libraries. But when linking static (with
--enable-gcov) we need to explicitly link it into the test binaries.

       * tests/Makefile.am (libelf): Add $(libeu) when BUILD_STATIC.

Signed-off-by: Mark Wielaard <mark@klomp.org>
tests/Makefile.am