cpp-common: replace bstd::string_view with nonstd::string_view
[babeltrace.git] / src / Makefile.am
index 1a9ac61de746f91ecd00f6ccce3ced786a3e0651..98d281a637003a42698bd767b9bbd5ed2301c169 100644 (file)
@@ -118,7 +118,9 @@ cpp_common_libcpp_common_la_SOURCES = \
        cpp-common/bt2/clock-class.hpp \
        cpp-common/bt2/clock-snapshot.hpp \
        cpp-common/bt2/component-class-dev.hpp \
+       cpp-common/bt2/component-class.hpp \
        cpp-common/bt2/component-port.hpp \
+       cpp-common/bt2/graph.hpp \
        cpp-common/bt2/exc.hpp \
        cpp-common/bt2/field-class.hpp \
        cpp-common/bt2/field-path.hpp \
@@ -133,8 +135,11 @@ cpp_common_libcpp_common_la_SOURCES = \
        cpp-common/bt2/message.hpp \
        cpp-common/bt2/optional-borrowed-object.hpp \
        cpp-common/bt2/plugin-dev.hpp \
+       cpp-common/bt2/plugin-load.hpp \
+       cpp-common/bt2/plugin-set.hpp \
        cpp-common/bt2/plugin.hpp \
        cpp-common/bt2/private-query-executor.hpp \
+       cpp-common/bt2/query-executor.hpp \
        cpp-common/bt2/raw-value-proxy.hpp \
        cpp-common/bt2/self-component-class.hpp \
        cpp-common/bt2/self-component-port.hpp \
@@ -169,7 +174,7 @@ cpp_common_libcpp_common_la_SOURCES = \
        cpp-common/vendor/nlohmann/json.hpp \
        cpp-common/vendor/optional-lite/optional.hpp \
        cpp-common/vendor/span-lite/span.hpp \
-       cpp-common/vendor/string_view-standalone/string_view.hpp
+       cpp-common/vendor/string-view-lite/string_view.hpp
 
 cpp_common_vendor_fmt_libfmt_la_SOURCES = \
        cpp-common/vendor/fmt/args.h \
@@ -751,4 +756,5 @@ endif # ENABLE_DEBUG_INFO
 
 EXTRA_DIST = \
        cpp-common/vendor/optional-lite/optional.hpp.license \
-       cpp-common/vendor/span-lite/span.hpp.license
+       cpp-common/vendor/span-lite/span.hpp.license \
+       cpp-common/vendor/string-view-lite/string_view.hpp.license
This page took 0.02438 seconds and 4 git commands to generate.