Fix: missing NULL check in ctf_fs_iterator_destroy_data
[babeltrace.git] / configure.ac
index 75d330b77c2f8ae9b1d53c07977f0b83bacb1473..632602f2a47fb2a21fea6945ab9503bda5e45f65 100644 (file)
@@ -349,8 +349,11 @@ AC_SUBST(babeltracectfirincludedir)
 babeltracepluginincludedir="${includedir}/babeltrace/plugin"
 AC_SUBST(babeltracepluginincludedir)
 
-# Add a rule to $program_transform_name to rename babeltrace.bin to babeltrace on installation
+babeltracecomponentincludedir="${includedir}/babeltrace/component"
+AC_SUBST(babeltracecomponentincludedir)
+
 program_transform_name="s&babeltrace\.bin&babeltrace&;$program_transform_name"
+AC_SUBST(program_transform_name)
 
 # check for Doxygen
 AC_ARG_ENABLE(
@@ -402,8 +405,9 @@ AC_CONFIG_FILES([
        doc/images/Makefile
        lib/Makefile
        lib/prio_heap/Makefile
-       lib/plugin-system/Makefile
-       lib/plugin-system/notification/Makefile
+       lib/plugin/Makefile
+        lib/component/Makefile
+       lib/component/notification/Makefile
        include/Makefile
        bindings/Makefile
        bindings/python/Makefile
@@ -412,6 +416,8 @@ AC_CONFIG_FILES([
        tests/bin/Makefile
        tests/bin/intersection/Makefile
        tests/lib/Makefile
+       tests/lib/writer/Makefile
+       tests/lib/test-plugin-plugins/Makefile
        tests/utils/Makefile
        tests/utils/tap/Makefile
        extras/Makefile
@@ -434,6 +440,7 @@ AC_CONFIG_FILES([
 
 #AC_CONFIG_FILES([converter/babeltrace], [chmod +x converter/babeltrace])
 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/test_seek_big_trace], [chmod +x tests/lib/test_seek_big_trace])
 AC_CONFIG_FILES([tests/lib/test_seek_empty_packet], [chmod +x tests/lib/test_seek_empty_packet])
 AC_CONFIG_FILES([tests/lib/test_dwarf_complete], [chmod +x tests/lib/test_dwarf_complete])
@@ -442,6 +449,7 @@ AC_CONFIG_FILES([tests/lib/test_bin_info_complete], [chmod +x tests/lib/test_bin
 AC_CONFIG_FILES([tests/bin/test_trace_read], [chmod +x tests/bin/test_trace_read])
 AC_CONFIG_FILES([tests/bin/intersection/test_intersection], [chmod +x tests/bin/intersection/test_intersection])
 AC_CONFIG_FILES([tests/bin/intersection/bt_python_helper.py])
+AC_CONFIG_FILES([tests/lib/writer/bt_python_helper.py])
 AC_CONFIG_FILES([tests/bin/test_packet_seq_num], [chmod +x tests/bin/test_packet_seq_num])
 AC_CONFIG_FILES([tests/bin/test_formats], [chmod +x tests/bin/test_formats])
 
This page took 0.0296 seconds and 4 git commands to generate.