]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
compilation of dist tarball fails due to missing libvex_inner.h
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 22 Apr 2018 20:49:50 +0000 (22:49 +0200)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sun, 22 Apr 2018 20:49:50 +0000 (22:49 +0200)
Problem found by/patch by: Roman Kapl

Makefile.vex.am

index 64f837352b86e6219c66e55c102ac5a0322596aa..2b54b8a55ba6c1a484d9c2cfa96baf6e429ad6b3 100644 (file)
@@ -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 \