]> git.ipfire.org Git - thirdparty/elfutils.git/commit
libdw: Add DEFAULT_INCLUDES to CHECK_DEF_FLAGS
authorMark Wielaard <mark@klomp.org>
Thu, 26 Jun 2025 19:36:04 +0000 (21:36 +0200)
committerMark Wielaard <mark@klomp.org>
Thu, 26 Jun 2025 20:03:34 +0000 (22:03 +0200)
commit65d383a7e653524388ff2ea382be3eac1d04061f
treec2470aef6d9dfcf7277debc7ada1c84d0838504f
parent76bd5f6bea9bbeed68b1434455e4904d0fc22b04
libdw: Add DEFAULT_INCLUDES to CHECK_DEF_FLAGS

DEFAULT_INCLUDES includes -I. which is needed for compiling the
testcases with -DMAIN_CHECK=1.

This fixes make check after commit 76bd5f6bea9b "config: Adjust
AM_CPPFLAGS for srcdir and .. path includes"

* libdw/Makefile.am (CHECK_DEF_FLAGS): Add DEFAULT_INCLUDES.

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