X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=3bb4a4f99421c0a099869b1ec039b0126df7e9e1;hb=592ddb0023384e9d85db4504e66571c7bf6446ea;hp=0a257ba8af8ca9aed42a3f4420c2f297725bd7f8;hpb=b545080b70920391f818116b481884d0260a313d;p=babeltrace.git diff --git a/configure.ac b/configure.ac index 0a257ba8..3bb4a4f9 100644 --- a/configure.ac +++ b/configure.ac @@ -349,6 +349,15 @@ AC_SUBST(babeltracectfirincludedir) babeltracepluginincludedir="${includedir}/babeltrace/plugin" AC_SUBST(babeltracepluginincludedir) +babeltracecomponentincludedir="${includedir}/babeltrace/component" +AC_SUBST(babeltracecomponentincludedir) + +babeltracecomponentnotifincludedir="${includedir}/babeltrace/component/notification" +AC_SUBST(babeltracecomponentnotifincludedir) + +program_transform_name="s&babeltrace\.bin&babeltrace&;$program_transform_name" +AC_SUBST(program_transform_name) + # check for Doxygen AC_ARG_ENABLE( [api-doc], @@ -399,8 +408,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 @@ -409,6 +419,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 @@ -429,8 +441,9 @@ AC_CONFIG_FILES([ babeltrace-ctf.pc ]) -AC_CONFIG_FILES([converter/babeltrace.wrapper], [chmod +x converter/babeltrace.wrapper]) +#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]) @@ -439,6 +452,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])