Use build tree plugins when executing from build tree
[babeltrace.git] / configure.ac
index 68d4668bfe3537281308eac33b85c1a53bc2cbcb..0a257ba8af8ca9aed42a3f4420c2f297725bd7f8 100644 (file)
@@ -424,10 +424,12 @@ AC_CONFIG_FILES([
        plugins/muxer/Makefile
        plugins/text/Makefile
        plugins/trimmer/Makefile
+       plugins/writer/Makefile
        babeltrace.pc
        babeltrace-ctf.pc
 ])
 
+AC_CONFIG_FILES([converter/babeltrace.wrapper], [chmod +x converter/babeltrace.wrapper])
 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.024403 seconds and 4 git commands to generate.