ctf: use `bt2c::Logger` throughout `src.ctf.fs`, `src.ctf.lttng-live`
[babeltrace.git] / src / Makefile.am
index 14ff26f9708c113dc2cc9a411c1d417749f9ca3f..cde6d6d6c33d50183b06938fe30133237600ae28 100644 (file)
@@ -283,7 +283,6 @@ plugins_ctf_common_metadata_libctf_ast_la_SOURCES = \
        plugins/ctf/common/src/metadata/tsdl/decoder.hpp \
        plugins/ctf/common/src/metadata/tsdl/decoder-packetized-file-stream-to-buf.cpp \
        plugins/ctf/common/src/metadata/tsdl/decoder-packetized-file-stream-to-buf.hpp \
-       plugins/ctf/common/src/metadata/tsdl/logging.cpp \
        plugins/ctf/common/src/metadata/tsdl/logging.hpp \
        plugins/ctf/common/src/metadata/tsdl/ctf-meta.hpp \
        plugins/ctf/common/src/metadata/tsdl/ctf-meta-visitors.hpp \
@@ -713,7 +712,8 @@ plugins_ctf_babeltrace_plugin_ctf_la_LIBADD += \
        logging/liblogging.la \
        plugins/common/muxing/libmuxing.la \
        common/libcommon.la \
-       ctfser/libctfser.la
+       ctfser/libctfser.la \
+       cpp-common/vendor/fmt/libfmt.la
 endif
 
 # text plugin
This page took 0.023348 seconds and 4 git commands to generate.