X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=c557765082025c18cc1bd2c396260ad8c8ee7538;hb=bf43665775513c187cce8a1fea97eeaf36bc6c35;hp=9149a7c71aebf061c3366d2399d169a31e61ff63;hpb=63976d98f349c661f825bdcdd5a2f61d14280a03;p=babeltrace.git diff --git a/configure.ac b/configure.ac index 9149a7c7..c5577650 100644 --- a/configure.ac +++ b/configure.ac @@ -732,6 +732,7 @@ AC_CONFIG_FILES([ bindings/python/bt2/bt2/__init__.py common/Makefile ctfser/Makefile + ctf-writer/Makefile compat/Makefile cli/Makefile doc/Makefile @@ -749,7 +750,6 @@ AC_CONFIG_FILES([ lib/graph/Makefile lib/graph/message/Makefile lib/trace-ir/Makefile - lib/ctf-writer/Makefile include/Makefile logging/Makefile bindings/Makefile @@ -760,8 +760,6 @@ AC_CONFIG_FILES([ tests/utils/Makefile tests/utils/tap/Makefile tests/plugins/Makefile - extras/Makefile - extras/valgrind/Makefile plugins/Makefile plugins/ctf/Makefile plugins/ctf/common/Makefile @@ -784,7 +782,7 @@ AC_CONFIG_FILES([ plugins/lttng-utils/Makefile plugins/lttng-utils/debug-info/Makefile babeltrace2.pc - babeltrace2-ctf.pc + babeltrace2-ctf-writer.pc ]) AC_CONFIG_FILES([tests/cli/test_intersection], [chmod +x tests/cli/test_intersection]) @@ -797,7 +795,6 @@ AC_CONFIG_FILES([tests/cli/test_trimmer], [chmod +x tests/cli/test_trimmer]) AC_CONFIG_FILES([tests/lib/test_ctf_writer_complete], [chmod +x tests/lib/test_ctf_writer_complete]) 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]) @@ -814,7 +811,6 @@ AS_IF([test "x$enable_python_bindings" = xyes], [ AC_CONFIG_FILES([tests/bindings/python/bt2/test_python_bt2], [chmod +x tests/bindings/python/bt2/test_python_bt2]) AC_CONFIG_FILES([tests/utils/test_python_bt2_env], [chmod +x tests/utils/test_python_bt2_env]) - AC_CONFIG_FILES([tests/bindings/python/babeltrace/test_python_babeltrace], [chmod +x tests/bindings/python/babeltrace/test_python_babeltrace]) ] )