X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=d03990f085093ec959dc7f1d892996a1d3eef136;hb=d94d92ac6656fd252a5d7bb4f6c76935ba18e62e;hp=09092befb357bf4243ca6d5f2370129934bfab32;hpb=464ebc311d460b29f681703aea0aa00eef9e6475;p=babeltrace.git diff --git a/configure.ac b/configure.ac index 09092bef..d03990f0 100644 --- a/configure.ac +++ b/configure.ac @@ -68,7 +68,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) ## ## MINGW32=no -DEFAULT_ENABLE_DEBUG_INFO=yes +DEFAULT_ENABLE_DEBUG_INFO=no LT_NO_UNDEFINED="" AS_CASE([$host_os], [solaris*|darwin*], @@ -744,7 +744,7 @@ AC_CONFIG_FILES([ lib/plugin/Makefile lib/graph/Makefile lib/graph/notification/Makefile - lib/ctf-ir/Makefile + lib/trace-ir/Makefile lib/ctf-writer/Makefile include/Makefile logging/Makefile @@ -754,7 +754,7 @@ AC_CONFIG_FILES([ tests/cli/intersection/Makefile tests/lib/Makefile tests/lib/test-plugin-plugins/Makefile - tests/lib/ctf-ir/Makefile + tests/lib/trace-ir/Makefile tests/lib/ctf-writer/Makefile tests/utils/common.sh tests/utils/Makefile @@ -770,7 +770,7 @@ AC_CONFIG_FILES([ plugins/Makefile plugins/ctf/Makefile plugins/ctf/common/Makefile - plugins/ctf/common/btr/Makefile + plugins/ctf/common/bfcr/Makefile plugins/ctf/common/metadata/Makefile plugins/ctf/common/notif-iter/Makefile plugins/ctf/common/utils/Makefile @@ -800,7 +800,7 @@ AC_CONFIG_FILES([tests/cli/test_trace_read], [chmod +x tests/cli/test_trace_read AC_CONFIG_FILES([tests/cli/test_trimmer], [chmod +x tests/cli/test_trimmer]) 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/ctf-ir/test_ctf_ir], [chmod +x tests/lib/ctf-ir/test_ctf_ir]) +AC_CONFIG_FILES([tests/lib/trace-ir/test_trace_ir], [chmod +x tests/lib/trace-ir/test_trace_ir]) AC_CONFIG_FILES([tests/lib/ctf-writer/test_ctf_writer], [chmod +x tests/lib/ctf-writer/test_ctf_writer]) AC_CONFIG_FILES([tests/plugins/test-utils-muxer-complete], [chmod +x tests/plugins/test-utils-muxer-complete]) AC_CONFIG_FILES([tests/plugins/test_lttng_utils_debug_info], [chmod +x tests/plugins/test_lttng_utils_debug_info])