|
From: Philippe W. <phi...@sk...> - 2018-04-22 19:15:16
|
Thanks for the below patch.
libvex_inner.h is effectively listed nowhere in Makefile.vex.am
I am however wondering why add this in pkginclude_HEADERS
while pub_core_inner.h is in noinst_HEADERS ?
What is the problem you have encountered when not
having pub/libvex_inner.h in the pkginclude_HEADERS ?
And would you still have a problem if this libvex_inner.h
would be in noinst_HEADERS ?
Philippe
On Sun, 2018-04-22 at 18:08 +0200, Roman Kapl wrote:
> Fixes: a10216bdde433fd ("Add inner requests in VEX")
> ---
> Makefile.vex.am | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/Makefile.vex.am b/Makefile.vex.am
> index 64f837352..eb91d25f0 100644
> --- a/Makefile.vex.am
> +++ b/Makefile.vex.am
> @@ -28,7 +28,8 @@ pkginclude_HEADERS = \
> pub/libvex_guest_mips64.h \
> pub/libvex_s390x_common.h \
> pub/libvex_ir.h \
> - pub/libvex_trc_values.h
> + pub/libvex_trc_values.h \
> + pub/libvex_inner.h
>
> noinst_HEADERS = \
> priv/main_globals.h \
|