ctf-writer: externalize libbabeltrace2-ctf-writer
[babeltrace.git] / configure.ac
index 9149a7c71aebf061c3366d2399d169a31e61ff63..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])
@@ -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])
   ]
 )
 
This page took 0.024481 seconds and 4 git commands to generate.