|
From: Roman K. <co...@rk...> - 2018-04-22 16:29:32
|
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 \
--
2.17.0
|