ctf-writer: externalize libbabeltrace2-ctf-writer
[babeltrace.git] / configure.ac
index 55d87b505af4d0be9138e1d98a2b800e68b828ad..c557765082025c18cc1bd2c396260ad8c8ee7538 100644 (file)
@@ -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])
This page took 0.025572 seconds and 4 git commands to generate.