Writer: support traces defining no packet contexts
[babeltrace.git] / configure.ac
index bc7df06811e4427ab587cbcaf635917fd23c1ce5..75d330b77c2f8ae9b1d53c07977f0b83bacb1473 100644 (file)
@@ -349,6 +349,9 @@ 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
+program_transform_name="s&babeltrace\.bin&babeltrace&;$program_transform_name"
+
 # check for Doxygen
 AC_ARG_ENABLE(
   [api-doc],
@@ -423,10 +426,13 @@ AC_CONFIG_FILES([
        plugins/ctf/lttng-live/Makefile
        plugins/muxer/Makefile
        plugins/text/Makefile
+       plugins/trimmer/Makefile
+       plugins/writer/Makefile
        babeltrace.pc
        babeltrace-ctf.pc
 ])
 
+#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_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])
This page took 0.02706 seconds and 4 git commands to generate.