cpp-common: add `bt2s::string_view`, alias of `bpstd::string_view`
[babeltrace.git] / src / Makefile.am
index 23acb9e1d0ba4ea4be247eea72b9f140e036ed88..cf31568797f682fbeba356898e7fac6fe31e14ec 100644 (file)
@@ -55,9 +55,10 @@ noinst_HEADERS = \
        cpp-common/bt2c/vector.hpp \
        cpp-common/bt2s/make-unique.hpp \
        cpp-common/bt2s/optional.hpp \
+       cpp-common/bt2s/string-view.hpp \
        cpp-common/nlohmann/json.hpp \
-       cpp-common/string_view.hpp \
-       cpp-common/vendor/optional-lite/optional.hpp
+       cpp-common/vendor/optional-lite/optional.hpp \
+       cpp-common/vendor/string_view-standalone/string_view.hpp
 
 ## This target generates an include file that contains the git version
 ## string of the current branch, it must be continuously updated when
This page took 0.02372 seconds and 4 git commands to generate.