X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=a0436c10a0bd00ee15a75bbc9c17f390771231ea;hb=049115bcfcaf115f7c2736e5b473eb58a81f3e28;hp=ad087fa9672aeacecc5a3e67e2ad0b70636a8d20;hpb=cfc8495ae1fcd2e369b9c0a6e2cc6f653f2dad91;p=babeltrace.git diff --git a/configure.ac b/configure.ac index ad087fa9..a0436c10 100644 --- a/configure.ac +++ b/configure.ac @@ -807,9 +807,11 @@ AC_CONFIG_FILES([tests/plugins/test_utils_muxer_complete], [chmod +x tests/plugi AC_CONFIG_FILES([tests/plugins/test_lttng_utils_debug_info], [chmod +x tests/plugins/test_lttng_utils_debug_info]) AC_CONFIG_FILES([tests/plugins/test_dwarf_i386-linux-gnu], [chmod +x tests/plugins/test_dwarf_i386-linux-gnu]) AC_CONFIG_FILES([tests/plugins/test_dwarf_powerpc-linux-gnu], [chmod +x tests/plugins/test_dwarf_powerpc-linux-gnu]) +AC_CONFIG_FILES([tests/plugins/test_dwarf_powerpc64le-linux-gnu], [chmod +x tests/plugins/test_dwarf_powerpc64le-linux-gnu]) AC_CONFIG_FILES([tests/plugins/test_dwarf_x86_64-linux-gnu], [chmod +x tests/plugins/test_dwarf_x86_64-linux-gnu]) AC_CONFIG_FILES([tests/plugins/test_bin_info_i386-linux-gnu], [chmod +x tests/plugins/test_bin_info_i386-linux-gnu]) AC_CONFIG_FILES([tests/plugins/test_bin_info_powerpc-linux-gnu], [chmod +x tests/plugins/test_bin_info_powerpc-linux-gnu]) +AC_CONFIG_FILES([tests/plugins/test_bin_info_powerpc64le-linux-gnu], [chmod +x tests/plugins/test_bin_info_powerpc64le-linux-gnu]) AC_CONFIG_FILES([tests/plugins/test_bin_info_x86_64-linux-gnu], [chmod +x tests/plugins/test_bin_info_x86_64-linux-gnu]) AS_IF([test "x$enable_python_bindings" = xyes],