flt.lttng-utils.debug-info: Implement file descriptor cache
[babeltrace.git] / configure.ac
index ce51dbeddd8bfe57c24b363411eee24f883804f4..3797984942c82da556f243b8bf05838b31cd60c2 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*],
@@ -722,13 +722,11 @@ AC_SUBST(program_transform_name)
 AC_CONFIG_FILES([
        Makefile
        bindings/python/Makefile
-       bindings/python/babeltrace/Makefile
-       bindings/python/babeltrace/setup.py
-       bindings/python/babeltrace/babeltrace/__init__.py
        bindings/python/bt2/Makefile
        bindings/python/bt2/setup.py
        bindings/python/bt2/bt2/__init__.py
        common/Makefile
+       ctfser/Makefile
        compat/Makefile
        cli/Makefile
        doc/Makefile
@@ -739,6 +737,7 @@ AC_CONFIG_FILES([
        doc/contributing-images/Makefile
   doc/man/Makefile
   doc/man/asciidoc-attrs.conf
+       fd-cache/Makefile
        lib/Makefile
        lib/prio_heap/Makefile
        lib/plugin/Makefile
@@ -762,7 +761,6 @@ AC_CONFIG_FILES([
        tests/bindings/Makefile
        tests/bindings/python/Makefile
        tests/bindings/python/bt2/Makefile
-       tests/bindings/python/babeltrace/Makefile
        tests/plugins/Makefile
        tests/python-plugin-provider/Makefile
        extras/Makefile
@@ -786,8 +784,8 @@ AC_CONFIG_FILES([
        plugins/utils/trimmer/Makefile
        plugins/utils/muxer/Makefile
        python-plugin-provider/Makefile
-       plugins/libctfcopytrace/Makefile
        plugins/lttng-utils/Makefile
+       plugins/lttng-utils/debug-info/Makefile
        babeltrace.pc
        babeltrace-ctf.pc
 ])
This page took 0.024667 seconds and 4 git commands to generate.