X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=bb1d967c78f56f2968a1ceb193a7c9b89b86b010;hb=d907165ce769b0eba30683cd5a4565242f8884c3;hp=d23373bb9f74629f8daa73d7730ca6ec3279dfdb;hpb=5ec1bd5c3200e4eb986299bad81d15fc319b60e3;p=babeltrace.git diff --git a/configure.ac b/configure.ac index d23373bb..bb1d967c 100644 --- a/configure.ac +++ b/configure.ac @@ -762,6 +762,7 @@ AC_CONFIG_FILES([ tests/bindings/python/Makefile tests/bindings/python/bt2/Makefile tests/plugins/Makefile + tests/plugins/ctf/Makefile tests/python-plugin-provider/Makefile extras/Makefile extras/valgrind/Makefile @@ -800,6 +801,7 @@ AC_CONFIG_FILES([tests/lib/test_ctf_writer_complete], [chmod +x tests/lib/test_c AC_CONFIG_FILES([tests/lib/test_plugin_complete], [chmod +x tests/lib/test_plugin_complete]) AC_CONFIG_FILES([tests/lib/trace-ir/test_trace_ir], [chmod +x tests/lib/trace-ir/test_trace_ir]) AC_CONFIG_FILES([tests/lib/ctf-writer/test_ctf_writer], [chmod +x tests/lib/ctf-writer/test_ctf_writer]) +AC_CONFIG_FILES([tests/plugins/ctf/test_ctf_plugin], [chmod +x tests/plugins/ctf/test_ctf_plugin]) AC_CONFIG_FILES([tests/plugins/test-utils-muxer-complete], [chmod +x tests/plugins/test-utils-muxer-complete]) 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_complete], [chmod +x tests/plugins/test_dwarf_complete])