]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add missing headers and such so that 'make dist' works again.
authorFlorian Krohm <florian@eich-krohm.de>
Thu, 29 Aug 2013 17:59:27 +0000 (17:59 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Thu, 29 Aug 2013 17:59:27 +0000 (17:59 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13518

Makefile.vex.am
configure.in
coregrind/Makefile.am
include/Makefile.am

index 419a5804e2fb76d86331ad40cb45996fdc3d7948..a7b9593060d14c9b5ab0c8f1869d0fc82223cbf2 100644 (file)
@@ -26,6 +26,7 @@ pkginclude_HEADERS = \
        pub/libvex_guest_arm.h \
        pub/libvex_guest_s390x.h \
        pub/libvex_guest_mips32.h \
+       pub/libvex_guest_mips64.h \
        pub/libvex_s390x_common.h \
        pub/libvex_ir.h \
        pub/libvex_trc_values.h
@@ -71,7 +72,8 @@ pub/libvex_guest_offsets.h: auxprogs/genoffsets.c \
                            pub/libvex_guest_ppc64.h \
                            pub/libvex_guest_arm.h \
                            pub/libvex_guest_s390x.h \
-                           pub/libvex_guest_mips32.h
+                           pub/libvex_guest_mips32.h \
+                           pub/libvex_guest_mips64.h
        rm -f auxprogs/genoffsets.s
        $(CC) $(CFLAGS) \
              $(LIBVEX_CFLAGS) \
index 58dc221e35356667e1316344f5dbc99fb274efdb..9b1c7020315977143b47b31eb3fa0eae90f09a9b 100644 (file)
@@ -2661,6 +2661,7 @@ AC_CONFIG_FILES([
    coregrind/Makefile 
    memcheck/Makefile
    memcheck/tests/Makefile
+   memcheck/tests/common/Makefile
    memcheck/tests/amd64/Makefile
    memcheck/tests/x86/Makefile
    memcheck/tests/linux/Makefile
index c96ac965b1600a231d12b224384c442580a8120b..8d114f1e94d740f2fa657c740c801e1bf53c7f2d 100644 (file)
@@ -204,6 +204,9 @@ noinst_HEADERS = \
        m_debuginfo/priv_readelf.h      \
        m_debuginfo/priv_readmacho.h    \
        m_debuginfo/priv_image.h        \
+       m_debuginfo/lzoconf.h           \
+       m_debuginfo/lzodefs.h           \
+       m_debuginfo/minilzo.h           \
        m_demangle/ansidecl.h   \
        m_demangle/cp-demangle.h \
        m_demangle/dyn-string.h \
@@ -298,6 +301,7 @@ COREGRIND_SOURCES_COMMON = \
        m_debuginfo/storage.c \
        m_debuginfo/tytypes.c \
        m_debuginfo/image.c \
+       m_debuginfo/minilzo-inl.c \
        m_demangle/cp-demangle.c \
        m_demangle/cplus-dem.c \
        m_demangle/demangle.c \
index f05916502a36d946eb8aff4b944fe2030bbaee6f..c584283ab82144244f4763f03dfdeeb24d983424 100644 (file)
@@ -68,4 +68,13 @@ nobase_pkginclude_HEADERS = \
        vki/vki-scnums-mips64-linux.h   \
        vki/vki-scnums-darwin.h         \
        vki/vki-xen.h                   \
+       vki/vki-xen-domctl.h            \
+       vki/vki-xen-evtchn.h            \
+       vki/vki-xen-gnttab.h            \
+       vki/vki-xen-hvm.h               \
+       vki/vki-xen-memory.h            \
+       vki/vki-xen-mmuext.h            \
+       vki/vki-xen-sysctl.h            \
+       vki/vki-xen-version.h           \
+       vki/vki-xen-x86.h               \
        vki/vki-linux-drm.h