]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
mips64: add missing headers to EXTRA_DIST
authorPetar Jovanovic <mips32r2@gmail.com>
Sun, 27 Oct 2013 16:10:26 +0000 (16:10 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Sun, 27 Oct 2013 16:10:26 +0000 (16:10 +0000)
make dist will not copy header files if they are not explicitly listed
in EXTRA_DIST. This change adds missing header files from none/test/mips64.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13701

none/tests/mips64/Makefile.am

index 6ffd95dabb3304159954b25fbd22a4a5b9aeb068..85993e8f0942a8d1595f19b55dd5dd45ffdb2bfb 100644 (file)
@@ -42,7 +42,8 @@ EXTRA_DIST = \
        unaligned_load_store.stdout.exp-LE unaligned_load_store.stdout.exp-BE \
        unaligned_load_store.stderr.exp unaligned_load_store.vgtest \
        test_fcsr.stdout.exp test_fcsr.stderr.exp \
-       test_fcsr.vgtest
+       test_fcsr.vgtest \
+       const.h macro_fpu.h macro_int.h macro_load_store.h rounding_mode.h
 
 check_PROGRAMS = \
        allexec \