diff options
author | Mark Wielaard <mark@klomp.org> | 2022-12-20 14:53:43 +0100 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2022-12-20 18:41:05 +0100 |
commit | 6ecd16410ce1fe5cb0ac5b7c3342c5cc330e3a04 (patch) | |
tree | d24a7414034932e8bf95b1d694f006375122a40f /libasm/disasm_begin.c | |
parent | 13a4d1279c5b7847049ca3045d04f2705c45ce31 (diff) | |
download | elfutils-6ecd16410ce1fe5cb0ac5b7c3342c5cc330e3a04.tar.gz |
Do not use relative include paths in library files.
Rely on include dirs being set up correctly. Setup libdw AM_CPPFLAGS
to include libebl directory. In libdwfl note that debuginfod.h is a
generated file in the builddir. Only include it in the one file
debuginfod-client.c that really needs it.
Signed-off-by: Mark Wielaard <mark@klomp.org>
Diffstat (limited to 'libasm/disasm_begin.c')
-rw-r--r-- | libasm/disasm_begin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libasm/disasm_begin.c b/libasm/disasm_begin.c index cb10f66e..78db90c7 100644 --- a/libasm/disasm_begin.c +++ b/libasm/disasm_begin.c @@ -34,7 +34,7 @@ #include <stdlib.h> #include "libasmP.h" -#include "../libebl/libeblP.h" +#include "libeblP.h" DisasmCtx_t * |