X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=c557765082025c18cc1bd2c396260ad8c8ee7538;hb=bf43665775513c187cce8a1fea97eeaf36bc6c35;hp=55d87b505af4d0be9138e1d98a2b800e68b828ad;hpb=1385760ada9ae7dd8c96bd6be391f9826f6cacb0;p=babeltrace.git diff --git a/configure.ac b/configure.ac index 55d87b50..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])