X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=configure.ac;h=eba84ee53629237454d2ab2a4569d7ba90384a2e;hb=2e96bbce714f65f5d60497a37b96405a9c625a06;hp=d03990f085093ec959dc7f1d892996a1d3eef136;hpb=c82deff2757438c64f1d12c216c9c5180826e8df;p=deliverable%2Fbabeltrace.git diff --git a/configure.ac b/configure.ac index d03990f08..eba84ee53 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=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 @@ -743,7 +741,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 @@ -762,7 +760,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 @@ -772,7 +769,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 +783,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