Add a common, internal CTF serialization library; make CTF writer use it
[babeltrace.git] / configure.ac
index bf065d63479bbcc2651ea334e3487146a7878747..6426e574d1c1529f318b2dc197a950e3047d426b 100644 (file)
@@ -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
@@ -770,9 +771,9 @@ 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/msg-iter/Makefile
        plugins/ctf/common/utils/Makefile
        plugins/ctf/fs-src/Makefile
        plugins/ctf/fs-sink/Makefile
This page took 0.024219 seconds and 4 git commands to generate.