X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=configure.ac;h=4d1cbeed29908f12cc8db1d67bdcecb7415781d8;hb=5f8703437bab349d12339b99c3dadf30360cc3e9;hp=68d4668bfe3537281308eac33b85c1a53bc2cbcb;hpb=cab3f160369bcc2536e536fa88ea76dd7bc586b4;p=babeltrace.git diff --git a/configure.ac b/configure.ac index 68d4668b..4d1cbeed 100644 --- a/configure.ac +++ b/configure.ac @@ -349,6 +349,9 @@ AC_SUBST(babeltracectfirincludedir) babeltracepluginincludedir="${includedir}/babeltrace/plugin" AC_SUBST(babeltracepluginincludedir) +program_transform_name='s/babeltrace[\].bin/babeltrace/g' +AC_SUBST(program_transform_name) + # check for Doxygen AC_ARG_ENABLE( [api-doc], @@ -424,10 +427,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], [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])