Re-implement BT_ASSERT without using the assert macro
[deliverable/babeltrace.git] / configure.ac
index d03990f085093ec959dc7f1d892996a1d3eef136..723386db821ed2a4361958061da32a376e18f880 100644 (file)
@@ -68,7 +68,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 ##                      ##
 
 MINGW32=no
-DEFAULT_ENABLE_DEBUG_INFO=no
+DEFAULT_ENABLE_DEBUG_INFO=yes
 LT_NO_UNDEFINED=""
 AS_CASE([$host_os],
   [solaris*|darwin*],
@@ -729,6 +729,7 @@ AC_CONFIG_FILES([
        bindings/python/bt2/setup.py
        bindings/python/bt2/bt2/__init__.py
        common/Makefile
+       ctfser/Makefile
        compat/Makefile
        cli/Makefile
        doc/Makefile
@@ -743,7 +744,7 @@ AC_CONFIG_FILES([
        lib/prio_heap/Makefile
        lib/plugin/Makefile
        lib/graph/Makefile
-       lib/graph/notification/Makefile
+       lib/graph/message/Makefile
        lib/trace-ir/Makefile
        lib/ctf-writer/Makefile
        include/Makefile
@@ -772,7 +773,7 @@ AC_CONFIG_FILES([
        plugins/ctf/common/Makefile
        plugins/ctf/common/bfcr/Makefile
        plugins/ctf/common/metadata/Makefile
-       plugins/ctf/common/notif-iter/Makefile
+       plugins/ctf/common/msg-iter/Makefile
        plugins/ctf/common/utils/Makefile
        plugins/ctf/fs-src/Makefile
        plugins/ctf/fs-sink/Makefile
@@ -786,7 +787,6 @@ AC_CONFIG_FILES([
        plugins/utils/trimmer/Makefile
        plugins/utils/muxer/Makefile
        python-plugin-provider/Makefile
-       plugins/libctfcopytrace/Makefile
        plugins/lttng-utils/Makefile
        babeltrace.pc
        babeltrace-ctf.pc
This page took 0.024654 seconds and 5 git commands to generate.