mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
compilation of dist tarball fails due to missing libvex_inner.h
Problem found by/patch by: Roman Kapl
This commit is contained in:
parent
f1f543a224
commit
3045007dcd
@ -28,7 +28,10 @@ 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
|
||||
# libvex_inner.h is special: it is a public header for valgrind core,
|
||||
# but should not be used by the end user
|
||||
|
||||
noinst_HEADERS = \
|
||||
priv/main_globals.h \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user